|
|
@ -293,10 +293,12 @@ export default { |
|
|
|
processingStatus1: 'Successfully processed callback', |
|
|
|
processingStatus0: 'Processing callback', |
|
|
|
processingStatus2: 'Failed processing callback', |
|
|
|
transactionStatus1: 'Payment successful', |
|
|
|
transactionStatus2: 'Payment processing', |
|
|
|
transactionStatus3: 'Payment failed', |
|
|
|
transactionStatus4: 'Refund successful', |
|
|
|
transactionStatusOption: { |
|
|
|
paidSuccess: 'Payment successful', |
|
|
|
processing: 'Payment processing', |
|
|
|
failed: 'Payment failed', |
|
|
|
refunded: 'Refunded', |
|
|
|
}, |
|
|
|
userIdRequired: 'The user number cannot be empty', |
|
|
|
userIdNumeric: 'The user number must be a number', |
|
|
|
orderIdRequired: 'The order number cannot be empty', |
|
|
|