Skip to content

Commit

Permalink
Updates hideCvv flag for edit payment methods and new payment methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Oct 28, 2024
1 parent 2e44d3f commit b5d6941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PaymentMethodController {
resolve: {
paymentForm: this.paymentFormResolve,
paymentMethod: this.model,
hideCvv: true,
hideCvv: false,
mailingAddress: this.mailingAddress,
onPaymentFormStateChange: () => params => this.onPaymentFormStateChange(params.$event)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PaymentMethodsController {
windowTemplateUrl: giveModalWindowTemplate,
resolve: {
paymentForm: this.paymentFormResolve,
hideCvv: true,
hideCvv: false,
mailingAddress: this.mailingAddress,
onPaymentFormStateChange: () => param => this.onPaymentFormStateChange(param.$event)
}
Expand Down

0 comments on commit b5d6941

Please sign in to comment.