Skip to content

Commit

Permalink
Update ApiBase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridder90 authored Oct 13, 2017
1 parent 09e9ed5 commit 12fcbd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MangoPay/Libraries/ApiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ protected function getLogger()
'disputes_repudiation_get_settlement' => array( '/settlements/%s', RequestType::GET),
'disputes_pendingsettlement' => array('/disputes/pendingsettlement' , RequestType::GET),


'mandates_create' => array( '/mandates/directdebit/web', RequestType::POST ),
'mandates_save' => array( '/mandates/%s/cancel', RequestType::PUT ),
'mandates_get' => array( '/mandates/%s', RequestType::GET ),
Expand Down

0 comments on commit 12fcbd4

Please sign in to comment.