@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 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.26.0-beta.17",
4
+ "version": "3.26.0-beta.18",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",