@quintype/components 3.8.8 → 3.8.9-razorpay-log.0
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
|
@@ -5798,9 +5798,10 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
5798
5798
|
})));
|
|
5799
5799
|
|
|
5800
5800
|
case 34:
|
|
5801
|
+
console.log('paymentOptions', paymentOptions.razorpay.proceed(paymentObject));
|
|
5801
5802
|
return _context11.abrupt("return", paymentOptions.razorpay.proceed(paymentObject));
|
|
5802
5803
|
|
|
5803
|
-
case
|
|
5804
|
+
case 36:
|
|
5804
5805
|
case "end":
|
|
5805
5806
|
return _context11.stop();
|
|
5806
5807
|
}
|
|
@@ -724,9 +724,10 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
724
724
|
})));
|
|
725
725
|
|
|
726
726
|
case 34:
|
|
727
|
+
console.log('paymentOptions', paymentOptions.razorpay.proceed(paymentObject));
|
|
727
728
|
return _context11.abrupt("return", paymentOptions.razorpay.proceed(paymentObject));
|
|
728
729
|
|
|
729
|
-
case
|
|
730
|
+
case 36:
|
|
730
731
|
case "end":
|
|
731
732
|
return _context11.stop();
|
|
732
733
|
}
|