Skip to content

Commit

Permalink
Remove DebitedWalletId which isnt relevant for a PayIn
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey committed Oct 3, 2014
1 parent df805e6 commit eaf259d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions MangoPaySDK/entities/payIn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ class PayIn extends Transaction {
* @var object
*/
public $ExecutionDetails;

/**
* The debited wallet Id
* @var int
*/
public $DebitedWalletId;


/**
* Get array with mapping which property depends on other property
* @return array
Expand Down

0 comments on commit eaf259d

Please sign in to comment.