Skip to content

Commit 916d80f

Browse files
author
Reinhard Hampl
committed
fix wrong payment code for credit card
1 parent 0511f1a commit 916d80f

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

.idea/workspace.xml

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Model/PaymentMethod/Filter/AdyenConfigured.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function isMethodAvailable($method, $configuredKeys): bool
7474
private function collectMethodCodeWithoutPrefix($methodCode): string
7575
{
7676
if ($methodCode == CreditCard::METHOD_CC) {
77-
return 'card';
77+
return 'scheme';
7878
}
7979

8080
return substr(

0 commit comments

Comments
 (0)