diff --git a/src/templates/creditcard-checkout.html.php b/src/templates/creditcard-checkout.html.php index 18fd165d..238a98d4 100644 --- a/src/templates/creditcard-checkout.html.php +++ b/src/templates/creditcard-checkout.html.php @@ -200,6 +200,7 @@ +
+ routes->updateSubscription($subscription_id, $payment_data); if ($update_response) { - wc_add_notice(__('Metodo de pagamento alterado com sucesso!', 'vindi-payment-gateway'),'success'); + wc_add_notice(__('O método de pagamento foi alterado com sucesso!', 'vindi-payment-gateway'), 'success'); return $update_response; } }