Skip to content

Commit

Permalink
Merge pull request #49 from ellennugroho/master
Browse files Browse the repository at this point in the history
Added expected status responses
  • Loading branch information
kevindavee authored Feb 3, 2020
2 parents 5ce9446 + ad9946f commit 4169526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cards.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static function reverseAuthorization($id, $params = [], $headers = [])
* 'user_id' => string,
* 'amount' => int,
* 'external_id' => string,
* 'status' => string,
* 'status' => 'SUCCEEDED' || 'FAILED',
* 'fee_refund_amount' => int,
* 'id' => string
* ]
Expand Down
2 changes: 1 addition & 1 deletion src/Disbursements.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static function createReqParams()
* 'reference'=> string,
* 'total_uploaded_amount'=> int,
* 'total_uploaded_count'=> int,
* 'status'=> string,
* 'status'=> 'NEEDS_APPROVAL',
* 'id'=> string
* ]
* @throws Exceptions\ApiExceptions
Expand Down
2 changes: 1 addition & 1 deletion src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function createReqParams()
* 'id'=> string,
* 'user_id'=> string,
* 'external_id'=> string,
* 'status'=> string,
* 'status'=> 'EXPIRED',
* 'merchant_name'=> string,
* 'merchant_profile_picture_url'=> string,
* 'amount'=> int,
Expand Down

0 comments on commit 4169526

Please sign in to comment.