Skip to content

Commit

Permalink
Options on calls support (#159)
Browse files Browse the repository at this point in the history
* removing public tokens

* removing public tokens

* options support

* including amount_refunded to match with payment entity within merchant orders
  • Loading branch information
Joel Ibaceta committed Apr 15, 2019
1 parent ec57126 commit bef56df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/MercadoPago/Entities/Shared/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,14 @@ class Payment extends Entity
/**
* @Attribute()
*/
protected $metadata;
protected $metadata;
/**
* @Attribute()
*/
protected $callback_url;
/**
* @Attribute()
*/
protected $amount_refunded;

}

0 comments on commit bef56df

Please sign in to comment.