2025-05-14 21:45:16 +02:00

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',
};