Skip to content

Commit

Permalink
Update adyen-cc-method.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aschrammel authored Jan 10, 2025
1 parent 28a23ef commit 3cda078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ define(

// Check the paymentMethods response to enable Credit Card payments
if (!!paymentMethodsResponse &&
!paymentMethodsResponse.paymentMethodsResponse.paymentMethods.find(self.isSchemePaymentsEnabled)) {
!paymentMethodsResponse.paymentMethodsResponse?.paymentMethods.find(self.isSchemePaymentsEnabled)) {
return;
}

Expand Down

0 comments on commit 3cda078

Please sign in to comment.