From e9b37558401d28f4213a6369097779b6a728a74d Mon Sep 17 00:00:00 2001 From: Joel Ibaceta Date: Tue, 6 Mar 2018 17:51:17 -0300 Subject: [PATCH] fix: binary mode attribute missing --- src/MercadoPago/Entities/Shared/Payment.php | 4 ++++ 1 file changed, 4 insertions(+) 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() */