Skip to content

Commit

Permalink
Update ApiBase.php
Browse files Browse the repository at this point in the history
Fixed api base issue #486
  • Loading branch information
SoloJr authored May 12, 2021
1 parent 8b8cb68 commit ae60c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangoPay/Libraries/ApiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae60c61

Please sign in to comment.