Skip to content

Commit

Permalink
🎨 Adds waiting_funds_amount, transferred_amount in GetBalanceResponse (
Browse files Browse the repository at this point in the history
…#80)

Co-authored-by: Thiago Barradas <[email protected]>
  • Loading branch information
marcelo-marini and ThiagoBarradas authored Feb 26, 2021
1 parent 1b3be34 commit 56535b6
Show file tree
Hide file tree
Showing 13 changed files with 3,160 additions and 3,126 deletions.
3,176 changes: 1,591 additions & 1,585 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/Controllers/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BaseController
* User-agent to be sent with API calls
* @var string
*/
const USER_AGENT = 'MundiSDK - PHP 0.16.19';
const USER_AGENT = 'MundiSDK - PHP 0.16.21';

/**
* HttpCallBack instance associated with this controller
Expand Down Expand Up @@ -58,12 +58,12 @@ protected function getJsonMapper()
{
$mapper = new JsonMapper();
$mapper->arChildClasses['MundiAPILib\\Models\\GetTransactionResponse'] = array(
'MundiAPILib\\Models\\GetBankTransferTransactionResponse',
'MundiAPILib\\Models\\GetDebitCardTransactionResponse',
'MundiAPILib\\Models\\GetVoucherTransactionResponse',
'MundiAPILib\\Models\\GetBankTransferTransactionResponse',
'MundiAPILib\\Models\\GetSafetyPayTransactionResponse',
'MundiAPILib\\Models\\GetBoletoTransactionResponse',
'MundiAPILib\\Models\\GetDebitCardTransactionResponse',
'MundiAPILib\\Models\\GetCashTransactionResponse',
'MundiAPILib\\Models\\GetSafetyPayTransactionResponse',
'MundiAPILib\\Models\\GetCreditCardTransactionResponse',
'MundiAPILib\\Models\\GetPrivateLabelTransactionResponse',
'MundiAPILib\\Models\\GetPixTransactionResponse'
Expand Down
230 changes: 115 additions & 115 deletions src/Controllers/ChargesController.php

Large diffs are not rendered by default.

Loading

0 comments on commit 56535b6

Please sign in to comment.