diff --git a/src/Service/ApiService.php b/src/Service/ApiService.php index 09ecdb344..481c5a29b 100644 --- a/src/Service/ApiService.php +++ b/src/Service/ApiService.php @@ -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) {