@nuskin/ns-shop 5.18.0 → 5.18.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "5.18.0",
3
+ "version": "5.18.1",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -59,7 +59,8 @@ let PaymentType = {
59
59
  BCAI: 123, // BCA installments
60
60
  CENC: 125,
61
61
  IDMIR: 128, // MIR card for Russia
62
- AMIN: 129
62
+ AMIN: 129,
63
+ CBLU: 132 // Carte Bleu
63
64
  };
64
65
 
65
66
  PaymentType.credit = [
@@ -80,7 +81,8 @@ PaymentType.credit = [
80
81
  PaymentType.DINE,
81
82
  PaymentType.VISD,
82
83
  PaymentType.MCD,
83
- PaymentType.IDMIR
84
+ PaymentType.IDMIR,
85
+ PaymentType.CBLU
84
86
  ];
85
87
 
86
88