@bigbinary/neeto-payments-frontend 1.4.8 → 1.4.10
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/app/javascript/src/translations/en.json +19 -2
- package/dist/index.cjs.js +1245 -1093
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1244 -1094
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
|
@@ -52,7 +52,10 @@
|
|
|
52
52
|
"connect": "Connect",
|
|
53
53
|
"configure": "Configure",
|
|
54
54
|
"finish": "Finish",
|
|
55
|
-
"pay": "Pay"
|
|
55
|
+
"pay": "Pay",
|
|
56
|
+
"upiId": "UPI id",
|
|
57
|
+
"upiIds": "UPI ids",
|
|
58
|
+
"delete": "Delete"
|
|
56
59
|
},
|
|
57
60
|
"alert": {
|
|
58
61
|
"stripe": {
|
|
@@ -315,7 +318,21 @@
|
|
|
315
318
|
"invalidUrl": "Enter a valid URL"
|
|
316
319
|
},
|
|
317
320
|
"razorpay": {
|
|
318
|
-
"loadError": "Failed to load
|
|
321
|
+
"loadError": "Failed to load Razorpay!!"
|
|
322
|
+
},
|
|
323
|
+
"upi": {
|
|
324
|
+
"alert": {
|
|
325
|
+
"title": "Delete UPI id?",
|
|
326
|
+
"message": "You are permanently deleting the UPI id <b>{{upiId}}</b>. This action cannot be undone."
|
|
327
|
+
},
|
|
328
|
+
"form": {
|
|
329
|
+
"add": "Add UPI",
|
|
330
|
+
"placeholder": "Enter UPI id",
|
|
331
|
+
"validation": {
|
|
332
|
+
"invalidUpi": "Invalid UPI id format. It should be in the format 'name@bank'.",
|
|
333
|
+
"required": "UPI id is required."
|
|
334
|
+
}
|
|
335
|
+
}
|
|
319
336
|
}
|
|
320
337
|
}
|
|
321
338
|
}
|