diff --git a/src/MercadoPago/Entities/Shared/Payment.php b/src/MercadoPago/Entities/Shared/Payment.php index 9bd6b102..c96ce93f 100755 --- a/src/MercadoPago/Entities/Shared/Payment.php +++ b/src/MercadoPago/Entities/Shared/Payment.php @@ -30,6 +30,10 @@ class Payment extends Entity * @Attribute(idempotency = true) */ protected $order_id; + /** + * @Attribute() + */ + protected $binary_mode; /** * @Attribute() */