Skip to content

Commit 3cda078

Browse files
authored
Update adyen-cc-method.js
1 parent 28a23ef commit 3cda078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ define(
107107

108108
// Check the paymentMethods response to enable Credit Card payments
109109
if (!!paymentMethodsResponse &&
110-
!paymentMethodsResponse.paymentMethodsResponse.paymentMethods.find(self.isSchemePaymentsEnabled)) {
110+
!paymentMethodsResponse.paymentMethodsResponse?.paymentMethods.find(self.isSchemePaymentsEnabled)) {
111111
return;
112112
}
113113

0 commit comments

Comments
 (0)