Skip to content

Commit

Permalink
gatewaymode params
Browse files Browse the repository at this point in the history
  • Loading branch information
joelibaceta committed Oct 2, 2018
1 parent a341837 commit 71db9e4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/MercadoPago/Entities/Shared/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,13 @@ class Payment extends Entity
* @Attribute()
*/
protected $notification_url;


/**
* @Attribute()
*/
protected $processing_mode;
/**
* @Attribute()
*/
protected $merchant_account_id;

}

0 comments on commit 71db9e4

Please sign in to comment.