@pelcro/react-pelcro-js 3.26.0-sandbox.34 → 3.26.0-sandbox.35

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
@@ -20552,7 +20552,8 @@ const ApplePayButton = _ref => {
20552
20552
  const vantivPaymentRequest = {
20553
20553
  ...vantivResponse,
20554
20554
  expMonth: expMonth,
20555
- expYear: expYear
20555
+ expYear: expYear,
20556
+ applePay: true
20556
20557
  };
20557
20558
 
20558
20559
  // Process the registrationId or continue with further payment processing.
package/dist/index.esm.js CHANGED
@@ -20522,7 +20522,8 @@ const ApplePayButton = _ref => {
20522
20522
  const vantivPaymentRequest = {
20523
20523
  ...vantivResponse,
20524
20524
  expMonth: expMonth,
20525
- expYear: expYear
20525
+ expYear: expYear,
20526
+ applePay: true
20526
20527
  };
20527
20528
 
20528
20529
  // 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-sandbox.34",
4
+ "version": "3.26.0-sandbox.35",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",