Skip to content

Commit

Permalink
method for pending settlement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridder90 authored Oct 13, 2017
1 parent ce58ed3 commit 09e9ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MangoPay/Libraries/ApiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ protected function getLogger()

'disputes_repudiation_create_settlement' => array( '/repudiations/%s/settlementtransfer', RequestType::POST),
'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 ),
Expand Down

0 comments on commit 09e9ed5

Please sign in to comment.