@paystack/checkout-js 1.51.0-dev.8 → 1.51.0-dev.9
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/dist/checkout.js +2 -0
- package/es/checkout.js +2 -0
- package/lib/checkout.js +2 -0
- package/package.json +1 -1
package/dist/checkout.js
CHANGED
|
@@ -22628,7 +22628,9 @@ var Paystack = (function (exports) {
|
|
|
22628
22628
|
this.qr = {};
|
|
22629
22629
|
this.directDebit = {};
|
|
22630
22630
|
this.deviceFingerprint = data.deviceFingerprint || null;
|
|
22631
|
+
// TODO: remove this.customer
|
|
22631
22632
|
this.customer = data.customer;
|
|
22633
|
+
this.customerCode = data.customer_code;
|
|
22632
22634
|
this.custom_filters = data.custom_filters || null;
|
|
22633
22635
|
this.isCharging = false;
|
|
22634
22636
|
this.isListening = false;
|
package/es/checkout.js
CHANGED
|
@@ -22625,7 +22625,9 @@ var TransactionInstance = /*#__PURE__*/function () {
|
|
|
22625
22625
|
this.qr = {};
|
|
22626
22626
|
this.directDebit = {};
|
|
22627
22627
|
this.deviceFingerprint = data.deviceFingerprint || null;
|
|
22628
|
+
// TODO: remove this.customer
|
|
22628
22629
|
this.customer = data.customer;
|
|
22630
|
+
this.customerCode = data.customer_code;
|
|
22629
22631
|
this.custom_filters = data.custom_filters || null;
|
|
22630
22632
|
this.isCharging = false;
|
|
22631
22633
|
this.isListening = false;
|
package/lib/checkout.js
CHANGED
|
@@ -22629,7 +22629,9 @@ var TransactionInstance = /*#__PURE__*/function () {
|
|
|
22629
22629
|
this.qr = {};
|
|
22630
22630
|
this.directDebit = {};
|
|
22631
22631
|
this.deviceFingerprint = data.deviceFingerprint || null;
|
|
22632
|
+
// TODO: remove this.customer
|
|
22632
22633
|
this.customer = data.customer;
|
|
22634
|
+
this.customerCode = data.customer_code;
|
|
22633
22635
|
this.custom_filters = data.custom_filters || null;
|
|
22634
22636
|
this.isCharging = false;
|
|
22635
22637
|
this.isListening = false;
|