Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/eight-knives-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@godaddy/localizations": patch
"@godaddy/react": patch
---

Add ACH Payment Support
8 changes: 8 additions & 0 deletions examples/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ export default async function Home() {
processor: 'godaddy',
checkoutTypes: ['standard'],
},
ach: {
processor: 'godaddy',
checkoutTypes: ['standard'],
},
express: {
processor: 'godaddy',
checkoutTypes: ['express'],
},
mercadopago: {
processor: 'mercadopago',
checkoutTypes: ['standard'],
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/deDe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const deDe = {
offline: 'Offline-Zahlungen',
mercadopago: 'Mercado Pago',
ccavenue: 'Mit CCAvenue bezahlen',
ach: 'Bankkonto',
},
descriptions: {
creditCard: '',
Expand All @@ -118,6 +119,7 @@ export const deDe = {
offline: '',
mercadopago:
'Verwende das MercadoPago-Formular unten, um deinen Kauf sicher abzuschließen.',
ach: '',
ccavenue: '',
},
noMethodsAvailable: 'Keine Zahlungsmethoden verfügbar',
Expand Down Expand Up @@ -359,6 +361,7 @@ export const deDe = {
'Lieferadresse oder -methode konnte nicht angewendet werden',
DEPENDENCY_ERROR:
'Wir können Ihre Bestellung derzeit nicht bearbeiten. Bitte warten Sie einen Moment und versuchen Sie es erneut',
AUTHORIZATION_FAILED: 'Zahlungsautorisierung fehlgeschlagen',
},
storefront: {
product: 'Produkt',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/enIe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const enIe = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Offline payments',
ach: 'Bank Account',
mercadopago: 'Mercado Pago',
ccavenue: 'Pay with CCAvenue',
},
Expand All @@ -116,6 +117,7 @@ export const enIe = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Use the MercadoPago form below to complete your purchase securely.',
ccavenue: '',
Expand Down Expand Up @@ -335,6 +337,7 @@ export const enIe = {
MISSING_SHIPPING_INFO: 'Shipping address or method failed to apply',
DEPENDENCY_ERROR:
"We're unable to process your order right now. Please wait a moment and try again",
AUTHORIZATION_FAILED: 'Failed to authorise payment',
},
storefront: {
product: 'Product',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/enUs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const enUs = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Offline payments',
ach: 'Bank Account',
mercadopago: 'Mercado Pago',
ccavenue: 'Pay with CCAvenue',
},
Expand All @@ -116,6 +117,7 @@ export const enUs = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Use the MercadoPago form below to complete your purchase securely.',
ccavenue: '',
Expand Down Expand Up @@ -335,6 +337,7 @@ export const enUs = {
MISSING_SHIPPING_INFO: 'Shipping address or method failed to apply',
DEPENDENCY_ERROR:
"We're unable to process your order right now. Please wait a moment and try again",
AUTHORIZATION_FAILED: 'Failed to authorize payment',
},
storefront: {
product: 'Product',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esAr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esAr = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos en efectivo',
ach: 'Cuenta Bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'الدفع عبر CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esAr = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -342,6 +344,7 @@ export const esAr = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esCl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esCl = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos offline',
ach: 'Cuenta Bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esCl = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -344,6 +346,7 @@ export const esCl = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esCo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esCo = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos sin conexión',
ach: 'Cuenta bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esCo = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -342,6 +344,7 @@ export const esCo = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esEs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esEs = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos sin conexión',
ach: 'Cuenta bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esEs = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -347,6 +349,7 @@ export const esEs = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esMx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esMx = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos fuera de línea',
ach: 'Cuenta Bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esMx = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -343,6 +345,7 @@ export const esMx = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esPe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esPe = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos en efectivo',
ach: 'Cuenta Bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esPe = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -342,6 +344,7 @@ export const esPe = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/esUs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const esUs = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagos offline',
ach: 'Cuenta Bancaria',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const esUs = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa el formulario de MercadoPago a continuación para completar tu compra de forma segura.',
ccavenue: '',
Expand Down Expand Up @@ -342,6 +344,7 @@ export const esUs = {
MISSING_SHIPPING_INFO: 'No se pudo aplicar la dirección o método de envío',
DEPENDENCY_ERROR:
'No podemos procesar su pedido en este momento. Espere un momento e inténtelo de nuevo',
AUTHORIZATION_FAILED: 'Error al autorizar el pago',
},
storefront: {
product: 'Producto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/frCa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const frCa = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Paiements hors ligne',
ach: 'Compte bancaire',
mercadopago: 'Mercado Pago',
ccavenue: 'Payer avec CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const frCa = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Utilisez le formulaire MercadoPago ci-dessous pour finaliser votre achat en toute sécurité.',
ccavenue: '',
Expand Down Expand Up @@ -359,6 +361,7 @@ export const frCa = {
"L'adresse ou la méthode de livraison n'a pas pu être appliquée",
DEPENDENCY_ERROR:
'Nous ne pouvons pas traiter votre commande actuellement. Veuillez patienter un moment et réessayer',
AUTHORIZATION_FAILED: "Échec de l'autorisation du paiement",
},
storefront: {
product: 'Produit',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/frFr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const frFr = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Paiements hors ligne',
ach: 'Compte bancaire',
mercadopago: 'Mercado Pago',
ccavenue: 'Payer avec CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const frFr = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Utilisez le formulaire MercadoPago ci-dessous pour finaliser votre achat en toute sécurité.',
ccavenue: '',
Expand Down Expand Up @@ -360,6 +362,7 @@ export const frFr = {
"L'adresse ou la méthode de livraison n'a pas pu être appliquée",
DEPENDENCY_ERROR:
'Nous ne pouvons pas traiter votre commande actuellement. Veuillez patienter un moment et réessayer',
AUTHORIZATION_FAILED: "Échec de l'autorisation du paiement",
},
storefront: {
product: 'Produit',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/idId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const idId = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pembayaran offline',
ach: 'Rekening Bank',
mercadopago: 'Mercado Pago',
ccavenue: 'Bayar dengan CCAvenue',
},
Expand All @@ -116,6 +117,7 @@ export const idId = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Gunakan formulir MercadoPago di bawah untuk menyelesaikan pembelian Anda dengan aman.',
ccavenue: '',
Expand Down Expand Up @@ -334,6 +336,7 @@ export const idId = {
MISSING_SHIPPING_INFO: 'Alamat atau metode pengiriman gagal diterapkan',
DEPENDENCY_ERROR:
'Kami tidak dapat memproses pesanan Anda saat ini. Silakan tunggu sebentar dan coba lagi',
AUTHORIZATION_FAILED: 'Gagal mengotorisasi pembayaran',
},
storefront: {
product: 'Produk',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/itIt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const itIt = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagamenti offline',
ach: 'Conto Bancario',
mercadopago: 'Mercado Pago',
ccavenue: 'Paga con CCAvenue',
},
Expand All @@ -117,6 +118,7 @@ export const itIt = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Usa il modulo MercadoPago qui sotto per completare l’acquisto in modo sicuro.',
ccavenue: '',
Expand Down Expand Up @@ -358,6 +360,7 @@ export const itIt = {
"Impossibile applicare l'indirizzo o il metodo di spedizione",
DEPENDENCY_ERROR:
'Non riusciamo a elaborare il tuo ordine in questo momento. Aspetta un momento e riprova',
AUTHORIZATION_FAILED: "Errore nell'autorizzazione del pagamento",
},
storefront: {
product: 'Prodotto',
Expand Down
3 changes: 3 additions & 0 deletions packages/localizations/src/ptBr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const ptBr = {
googlePay: 'Google Pay',
paze: 'Paze',
offline: 'Pagamentos offline',
ach: 'Conta Bancária',
mercadopago: 'Mercado Pago',
ccavenue: 'Pagar com CCAvenue',
},
Expand All @@ -116,6 +117,7 @@ export const ptBr = {
googlePay: '',
paze: '',
offline: '',
ach: '',
mercadopago:
'Use o formulário do MercadoPago abaixo para concluir sua compra com segurança.',
ccavenue: '',
Expand Down Expand Up @@ -340,6 +342,7 @@ export const ptBr = {
MISSING_SHIPPING_INFO: 'Falha ao aplicar endereço ou método de entrega',
DEPENDENCY_ERROR:
'Não conseguimos processar seu pedido no momento. Aguarde um momento e tente novamente',
AUTHORIZATION_FAILED: 'Falha ao autorizar pagamento',
},
storefront: {
product: 'Produto',
Expand Down
Loading