@pelcro/react-pelcro-js 3.26.0-beta.17 → 3.26.0-beta.18
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/index.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21434,7 +21434,8 @@ const ApplePayButton = _ref => {
|
|
|
21434
21434
|
const vantivPaymentRequest = {
|
|
21435
21435
|
...vantivResponse,
|
|
21436
21436
|
expMonth: expMonth,
|
|
21437
|
-
expYear: expYear
|
|
21437
|
+
expYear: expYear,
|
|
21438
|
+
applePay: true
|
|
21438
21439
|
};
|
|
21439
21440
|
|
|
21440
21441
|
// Process the registrationId or continue with further payment processing.
|
package/dist/index.esm.js
CHANGED
|
@@ -21404,7 +21404,8 @@ const ApplePayButton = _ref => {
|
|
|
21404
21404
|
const vantivPaymentRequest = {
|
|
21405
21405
|
...vantivResponse,
|
|
21406
21406
|
expMonth: expMonth,
|
|
21407
|
-
expYear: expYear
|
|
21407
|
+
expYear: expYear,
|
|
21408
|
+
applePay: true
|
|
21408
21409
|
};
|
|
21409
21410
|
|
|
21410
21411
|
// Process the registrationId or continue with further payment processing.
|