@bigbinary/neeto-payments-frontend 1.2.4 → 1.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-payments-frontend",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "To manage payments across the neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-payments-frontend#readme",
@@ -68,123 +68,96 @@
68
68
  "completed": "refund completed",
69
69
  "rejected": "refund rejected"
70
70
  },
71
- "title": {
72
- "connected": "Payments",
73
- "platform": "Platform payments",
74
- "split": "Split payments",
75
- "transfer": "Transfer payments",
76
- "refund": "Refunds",
77
- "squarePayment": "Square payments",
78
- "squareRefund": "Square refunds"
71
+ "transaction": {
72
+ "connected": "standard",
73
+ "transfer": "split",
74
+ "declined": "declined",
75
+ "successful": "successful",
76
+ "refunded": "refunded",
77
+ "pending": "pending",
78
+ "initiated": "initiated"
79
79
  },
80
- "emptyState": {
81
- "payment": "There are no payments to show.",
82
- "refund": "There are no refunds to show."
80
+ "payment": {
81
+ "completed": "completed",
82
+ "failed": "failed"
83
83
  },
84
- "tagLabels": {
85
- "refund": {
86
- "full": "refunded",
87
- "partial": "partially refunded",
88
- "successful": "successfully refunded",
89
- "pending": "refund pending",
90
- "requires_action": "requires action",
91
- "failed": "refund failed",
92
- "canceled": "refund canceled",
93
- "initiated": "refund initiated",
94
- "completed": "refund completed",
95
- "rejected": "refund rejected"
96
- },
97
- "transaction": {
98
- "connected": "standard",
99
- "transfer": "split",
100
- "declined": "declined",
101
- "successful": "successful",
102
- "refunded": "refunded",
103
- "pending": "pending",
104
- "initiated": "initiated"
105
- },
106
- "payment": {
107
- "completed": "completed",
108
- "failed": "failed"
109
- },
110
- "split": {
111
- "successful": "successful",
112
- "pending": "pending",
113
- "cancelled": "cancelled",
114
- "initiated": "initiated"
115
- }
84
+ "split": {
85
+ "successful": "successful",
86
+ "pending": "pending",
87
+ "cancelled": "cancelled",
88
+ "initiated": "initiated"
89
+ }
90
+ },
91
+ "tooltipContent": {
92
+ "identifierUnavailable": "Identifier will be available once splitting is completed successfully",
93
+ "dateUnavailable": "Payment time will be shown once splitting is completed successfully",
94
+ "connectedTransactionUnavailable": "Connected transaction is available once splitting is completed successfully",
95
+ "transaction": {
96
+ "successful": "The payment is complete",
97
+ "declined": "This payment failed because the issuing bank declined it",
98
+ "initiated": "The customer has not entered their payment method.",
99
+ "pending": "Transaction has been authorized, but the funds have not been captured yet",
100
+ "refunded": "Transaction has been refunded"
116
101
  },
117
- "tooltipContent": {
118
- "identifierUnavailable": "Identifier will be available once splitting is completed successfully",
119
- "dateUnavailable": "Payment time will be shown once splitting is completed successfully",
120
- "connectedTransactionUnavailable": "Connected transaction is available once splitting is completed successfully",
121
- "transaction": {
122
- "successful": "The payment is complete",
123
- "declined": "This payment failed because the issuing bank declined it",
124
- "initiated": "The customer has not entered their payment method.",
125
- "pending": "Transaction has been authorized, but the funds have not been captured yet",
126
- "refunded": "Transaction has been refunded"
127
- },
128
- "refund": {
129
- "successful": "The refund has been successfully processed",
130
- "pending": "Refund request has been initiated but is still being processed by the payment provider",
131
- "failed": "The refund process has failed",
132
- "requires_action": "The process requires further action from the customer to complete",
133
- "canceled": "The refund process has been canceled",
134
- "initiated": "The refund request hasn't yet been submitted to the bank for processing",
135
- "completed": "The refund has been successfully processed",
136
- "rejected": "The refund request has been rejected by the bank"
137
- },
138
- "split": {
139
- "successful": "Successful split",
140
- "pending": "Pending split",
141
- "cancelled": "The split transaction is cancelled"
142
- },
143
- "payment": {
144
- "completed": "The payment is complete",
145
- "failed": "The payment process has failed"
146
- }
102
+ "refund": {
103
+ "successful": "The refund has been successfully processed",
104
+ "pending": "Refund request has been initiated but is still being processed by the payment provider",
105
+ "failed": "The refund process has failed",
106
+ "requires_action": "The process requires further action from the customer to complete",
107
+ "canceled": "The refund process has been canceled",
108
+ "initiated": "The refund request hasn't yet been submitted to the bank for processing",
109
+ "completed": "The refund has been successfully processed",
110
+ "rejected": "The refund request has been rejected by the bank"
147
111
  },
148
- "transactionPane": {
149
- "transactionId": "Transaction ID:",
150
- "amount": "Amount:",
151
- "status": "Status:",
152
- "netAmount": "Net amount:",
153
- "paidOn": "Paid on:"
112
+ "split": {
113
+ "successful": "Successful split",
114
+ "pending": "Pending split",
115
+ "cancelled": "The split transaction is cancelled"
154
116
  },
155
- "countOf": {
156
- "platform": "{{count}} platform payment",
157
- "platform_other": "{{count}} platform payments",
158
- "split": "{{count}} transfer",
159
- "split_other": "{{count}} transfers",
160
- "transfer": "{{count}} transaction",
161
- "transfer_other": "{{count}} transactions",
162
- "connected": "{{count}} transaction",
163
- "connected_other": "{{count}} transactions",
164
- "refund": "{{count}} refund",
165
- "refund_other": "{{count}} refunds",
166
- "squarePayment": "{{count}} payment",
167
- "squarePayment_other": "{{count}} payments",
168
- "squareRefund": "{{count}} refund",
169
- "squareRefund_other": "{{count}} refunds"
117
+ "payment": {
118
+ "completed": "The payment is complete",
119
+ "failed": "The payment process has failed"
120
+ }
121
+ },
122
+ "transactionPane": {
123
+ "transactionId": "Transaction ID:",
124
+ "amount": "Amount:",
125
+ "status": "Status:",
126
+ "netAmount": "Net amount:",
127
+ "paidOn": "Paid on:"
128
+ },
129
+ "countOf": {
130
+ "platform": "{{count}} platform payment",
131
+ "platform_other": "{{count}} platform payments",
132
+ "split": "{{count}} transfer",
133
+ "split_other": "{{count}} transfers",
134
+ "transfer": "{{count}} transaction",
135
+ "transfer_other": "{{count}} transactions",
136
+ "connected": "{{count}} transaction",
137
+ "connected_other": "{{count}} transactions",
138
+ "refund": "{{count}} refund",
139
+ "refund_other": "{{count}} refunds",
140
+ "squarePayment": "{{count}} payment",
141
+ "squarePayment_other": "{{count}} payments",
142
+ "squareRefund": "{{count}} refund",
143
+ "squareRefund_other": "{{count}} refunds"
144
+ },
145
+ "export": {
146
+ "title": {
147
+ "refund": "Export refunds",
148
+ "split": "Export split payments",
149
+ "platform": "Export platform payments",
150
+ "connected": "Export payments",
151
+ "transfer": "Export payments"
170
152
  },
171
- "export": {
172
- "title": {
173
- "refund": "Export refunds",
174
- "split": "Export split payments",
175
- "platform": "Export platform payments",
176
- "connected": "Export payments",
177
- "transfer": "Export payments"
178
- },
179
- "pleaseWait": "Export request received. Please wait while we generate your report.",
180
- "fileReady": "The file is ready to be downloaded",
181
- "download": {
182
- "refund": "Download a single CSV file containing the refunds.",
183
- "platform": "Download a single CSV file containing the platform payments.",
184
- "connected": "Download a single CSV file containing the payments.",
185
- "transfer": "Download a single CSV file containing the payments",
186
- "split": "Download a single CSV file containing the split payments."
187
- }
153
+ "pleaseWait": "Export request received. Please wait while we generate your report.",
154
+ "fileReady": "The file is ready to be downloaded",
155
+ "download": {
156
+ "refund": "Download a single CSV file containing the refunds.",
157
+ "platform": "Download a single CSV file containing the platform payments.",
158
+ "connected": "Download a single CSV file containing the payments.",
159
+ "transfer": "Download a single CSV file containing the payments",
160
+ "split": "Download a single CSV file containing the split payments."
188
161
  }
189
162
  }
190
163
  }