Skip to content

Commit

Permalink
Merge pull request #902 from sharkooon/patch-2
Browse files Browse the repository at this point in the history
Fix for adding issuers for iDEAL in table: ps_ol_payment_method_issuer
  • Loading branch information
JevgenijVisockij authored May 14, 2024
2 parents e2e0012 + 2c5c317 commit d70f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getMethodsForConfig(MollieApiClient $api)
try {
/** Requires local param or fails */
/** @var BaseCollection|MethodCollection $apiMethods */
$apiMethods = $api->methods->allAvailable(['locale' => '']);
$apiMethods = $api->methods->allAvailable(['locale' => '', 'include' => 'issuers']);
$apiMethods = $apiMethods->getArrayCopy();
/** @var Method $method */
foreach ($apiMethods as $key => $method) {
Expand Down

0 comments on commit d70f454

Please sign in to comment.