@quintype/components 3.8.9-stripe-up-downgrade.2 → 3.8.9-stripe-up-downgrade.3

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/cjs/index.js CHANGED
@@ -5877,9 +5877,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5877
5877
  cancel_url: options === null || options === void 0 ? void 0 : options.cancelUrl
5878
5878
  }
5879
5879
  });
5880
- console.log("PAYLOAD----------", {
5881
- payload: payload
5882
- });
5880
+ console.log("PAYLOAD----------", JSON.stringify(paymentObject));
5883
5881
  return _context12.abrupt("return", switchPaymentOptions.stripe.proceed(payload));
5884
5882
 
5885
5883
  case 21:
@@ -803,9 +803,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
803
803
  cancel_url: options === null || options === void 0 ? void 0 : options.cancelUrl
804
804
  }
805
805
  });
806
- console.log("PAYLOAD----------", {
807
- payload: payload
808
- });
806
+ console.log("PAYLOAD----------", JSON.stringify(paymentObject));
809
807
  return _context12.abrupt("return", switchPaymentOptions.stripe.proceed(payload));
810
808
 
811
809
  case 21:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.8.9-stripe-up-downgrade.2",
3
+ "version": "3.8.9-stripe-up-downgrade.3",
4
4
  "description": "Components to help build Quintype Node.js apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",