Skip to content

Commit

Permalink
Merge pull request #953 from mollie/feature/PIWOO-549-trustly-first-p…
Browse files Browse the repository at this point in the history
…ayments

Add sepa enabled on trustly
  • Loading branch information
mmaymo authored Oct 21, 2024
2 parents c4b5be5 + 419bf9b commit 279f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentMethods/Trustly.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function getConfig(): array
],
'filtersOnBuild' => false,
'confirmationDelayed' => true,
'SEPA' => false,
'SEPA' => true,
];
}

Expand Down

0 comments on commit 279f616

Please sign in to comment.