diff --git a/jam-ui/src/components/page/JKPaymentMethod.js b/jam-ui/src/components/page/JKPaymentMethod.js index eb308fedd..784a64bdb 100644 --- a/jam-ui/src/components/page/JKPaymentMethod.js +++ b/jam-ui/src/components/page/JKPaymentMethod.js @@ -181,6 +181,7 @@ const JKPaymentMethod = () => { const handleUpdatePayment = (token) => { updatePayment({ recurly_token: token.id }).then((response) => { + setHasStoredCreditCard(true); toast.success(t('payment_method.alerts.payment_method_updated')); }).catch((error) => { console.error('Error updating payment with PayPal token:', error);