| 12345678910 |
- export const tagOptions = [
- { label: 'Label.CidAccount', value: 1 },
- { label: 'Ucard.KycAuth.item2', value: 2 },
- { label: 'Ucard.KycAuth.item3', value: 3 },
- ]
- export const types = {
- third_3ds_otp: 'Ucard.3DSTransaction.s1',
- auth_url: 'Ucard.3DSTransaction.s2',
- activation_code: 'Ucard.3DSTransaction.s3',
- }
|