9 lines
301 B
TypeScript
9 lines
301 B
TypeScript
export const enginePaymentErrorConfig = {
|
|
/* Payments error */
|
|
6000: 'There was an error with the payment provider',
|
|
6001: 'You have no account registered with the payment provider',
|
|
|
|
6003: 'There are no lines in your cart',
|
|
6004: 'There was an error with the paiement intent',
|
|
};
|