From 972bf74b3903e03da942e3e46d509d9a329f27d9 Mon Sep 17 00:00:00 2001 From: Thiago Contardi Date: Wed, 17 Apr 2024 08:00:22 -0300 Subject: [PATCH] fix: error validate card when wasn't filled yet --- i18n/pt_BR.csv | 2 ++ view/frontend/web/template/payment/cc-form.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/i18n/pt_BR.csv b/i18n/pt_BR.csv index 6c534d2c..e242db05 100644 --- a/i18n/pt_BR.csv +++ b/i18n/pt_BR.csv @@ -278,3 +278,5 @@ "The number of installments cannot be greater than the number of installments of the plan.","A quantidade de parcelas não pode ser maior que a quantidade de parcelas do plano." "In cash","À vista" "Customer will choose in checkout","Cliente escolherá na finalização" +"Your saved cards","Seus cartões salvos" +"New Card.","Novo Cartão" diff --git a/view/frontend/web/template/payment/cc-form.html b/view/frontend/web/template/payment/cc-form.html index c07dcf41..f6565314 100644 --- a/view/frontend/web/template/payment/cc-form.html +++ b/view/frontend/web/template/payment/cc-form.html @@ -8,7 +8,7 @@