@bigbinary/neeto-payments-frontend 1.3.18 → 1.3.20
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8862,8 +8862,7 @@ var RazorpayPaymentButton = function RazorpayPaymentButton(_ref) {
|
|
|
8862
8862
|
var save = isCardPreservable ? 1 : 0;
|
|
8863
8863
|
var options = {
|
|
8864
8864
|
save: save,
|
|
8865
|
-
key:
|
|
8866
|
-
// Remove it after the issue with dashboard is fixed
|
|
8865
|
+
key: order.publicKey,
|
|
8867
8866
|
order_id: order.identifier,
|
|
8868
8867
|
customer_id: order.customerIdentifier,
|
|
8869
8868
|
prefill: {
|