Skip to content

Commit

Permalink
including callback url for payment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelibaceta committed Nov 20, 2018
1 parent 22f08cb commit f22d0cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MercadoPago/Entities/Shared/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,8 @@ class Payment extends Entity
* @Attribute()
*/
protected $merchant_account_id;

/**
* @Attribute()
*/
protected $callback_url;
}

0 comments on commit f22d0cc

Please sign in to comment.