Skip to content

Commit

Permalink
fix: binary mode attribute missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Ibaceta committed Mar 6, 2018
1 parent 1ef9184 commit e9b3755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MercadoPago/Entities/Shared/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ class Payment extends Entity
* @Attribute(idempotency = true)
*/
protected $order_id;
/**
* @Attribute()
*/
protected $binary_mode;
/**
* @Attribute()
*/
Expand Down

0 comments on commit e9b3755

Please sign in to comment.