From ae60c61b8f84795e523ca471cacc3e8dcb0686f2 Mon Sep 17 00:00:00 2001 From: SoloJr Date: Wed, 12 May 2021 11:06:37 +0300 Subject: [PATCH] Update ApiBase.php Fixed api base issue #486 --- MangoPay/Libraries/ApiBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/ApiBase.php b/MangoPay/Libraries/ApiBase.php index a613fe3f..7396ddb7 100644 --- a/MangoPay/Libraries/ApiBase.php +++ b/MangoPay/Libraries/ApiBase.php @@ -195,7 +195,7 @@ protected function getLogger() 'transactions_get_for_card' => ['/cards/%s/transactions', RequestType::GET], 'transactions_get_for_bank_account' => ['/bankaccounts/%s/transactions', RequestType::GET] - ]; + ); /** * Constructor