diff --git a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js index ac97a41d9..74e3ce0ab 100644 --- a/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js +++ b/src/app/checkout/step-2/existingPaymentMethods/existingPaymentMethods.component.js @@ -143,7 +143,6 @@ class ExistingPaymentMethodsController { switchPayment () { this.creditCardPaymentForm.securityCode.$setViewValue('') this.creditCardPaymentForm.securityCode.$render() - console.log(this.selectedPaymentMethod) this.onPaymentChange({ selectedPaymentMethod: this.selectedPaymentMethod }) if (this.selectedPaymentMethod?.['bank-name']) { // This is an EFT payment method so we need to remove any fee coverage