@bigbinary/neeto-payments-frontend 1.4.13 → 1.4.15

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.
@@ -28,6 +28,7 @@
28
28
  "rejected": "Rejected",
29
29
  "squarePayments": "Square Payments",
30
30
  "razorpayPayments": "Razorpay payments",
31
+ "upiPayments": "UPI payments",
31
32
  "completed": "Completed",
32
33
  "failed": "Failed",
33
34
  "accountIdentifier": "Destination Account Identifier",
@@ -55,7 +56,8 @@
55
56
  "pay": "Pay",
56
57
  "upiId": "UPI id",
57
58
  "upiIds": "UPI ids",
58
- "delete": "Delete"
59
+ "delete": "Delete",
60
+ "transactionId": "Transaction ID"
59
61
  },
60
62
  "alert": {
61
63
  "stripe": {
@@ -97,6 +99,8 @@
97
99
  "squareRefundWithStatus": "There are no {{status}} refunds.",
98
100
  "razorpayPayment": "There are no payments.",
99
101
  "razorpayPaymentWithStatus": "There are no {{status}} payments.",
102
+ "upiPayment": "There are no payments.",
103
+ "upiPaymentWithStatus": "There are no {{status}} payments.",
100
104
  "payouts": {
101
105
  "all": "There are no payouts to show.",
102
106
  "paid": "There are no paid payouts.",
@@ -141,6 +145,14 @@
141
145
  "initiated": "initiated",
142
146
  "requires_action": "requires action"
143
147
  },
148
+ "upiTransaction": {
149
+ "initiated": "initiated",
150
+ "completed": "completed",
151
+ "failed": "failed",
152
+ "declined": "declined",
153
+ "successful": "successful",
154
+ "pending": "pending"
155
+ },
144
156
  "payment": {
145
157
  "initiated": "initiated",
146
158
  "completed": "completed",
@@ -170,6 +182,11 @@
170
182
  "refunded": "Transaction has been refunded",
171
183
  "requires_action": "The process requires further action from the customer to complete"
172
184
  },
185
+ "upiTransaction": {
186
+ "initiated": "This transaction has not been confirmed yet.",
187
+ "declined": "This transaction was declined.",
188
+ "successful": "This transaction was marked as confirmed."
189
+ },
173
190
  "refund": {
174
191
  "successful": "The refund has been successfully processed",
175
192
  "pending": "Refund request has been initiated but is still being processed by the payment provider",
@@ -265,7 +282,11 @@
265
282
  "razorpayPayment": "{{count}} payment",
266
283
  "razorpayPayment_other": "{{count}} payments",
267
284
  "razorpayPaymentWithStatus": "{{count}} {{status}} payment",
268
- "razorpayPaymentWithStatus_other": "{{count}} {{status}} payments"
285
+ "razorpayPaymentWithStatus_other": "{{count}} {{status}} payments",
286
+ "upiPayment": "{{count}} payment",
287
+ "upiPayment_other": "{{count}} payments",
288
+ "upiPaymentWithStatus": "{{count}} {{status}} payment",
289
+ "upiPaymentWithStatus_other": "{{count}} {{status}} payments"
269
290
  },
270
291
  "export": {
271
292
  "title": {