@tap-payments/os-micro-frontend-shared 0.0.250-test.1 → 0.0.250-test.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/constants/index.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import { lightUrl } from './assets';
|
|
2
2
|
export const PAYMENT_TYPES = [
|
|
3
3
|
{
|
|
4
|
-
|
|
4
|
+
name: 'CARD',
|
|
5
5
|
label: 'Card',
|
|
6
6
|
icon: `${lightUrl}/payment-method/card.svg`,
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
|
|
9
|
+
name: 'EXPRESS',
|
|
10
10
|
label: 'Express Checkout',
|
|
11
11
|
icon: `${lightUrl}/express_checkout.svg`,
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
|
|
14
|
+
name: 'DEVICE',
|
|
15
15
|
label: 'Device',
|
|
16
16
|
icon: `${lightUrl}/device.svg`,
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
|
|
19
|
+
name: 'PT_WALLET',
|
|
20
20
|
label: 'Pass-Thru Wallet',
|
|
21
21
|
icon: `${lightUrl}/passThruWallet.svg`,
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
|
|
24
|
+
name: 'SV_WALLET',
|
|
25
25
|
label: 'Stored Value Wallet',
|
|
26
26
|
icon: `${lightUrl}/storedValueWallet.svg`,
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
|
|
29
|
+
name: 'BNPL',
|
|
30
30
|
label: 'Buy Now Pay Later',
|
|
31
31
|
icon: `${lightUrl}/buyNowPayLater.svg`,
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
|
|
34
|
+
name: 'CASH',
|
|
35
35
|
label: 'Cash Wallet',
|
|
36
36
|
icon: `${lightUrl}/cash.svg`,
|
|
37
37
|
},
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.0.250-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.0.250-test.12",
|
|
5
|
+
"testVersion": 12,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|