Skip to content

Commit

Permalink
support Gateway in Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
joelibaceta committed Nov 13, 2018
1 parent c394b32 commit 6746ab0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MercadoPago/Entities/Preference.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ class Preference extends Entity
* @Attribute(type = "string")
*/
protected $sponsor_id;

/**
* @Attribute(type = "array")
*/
protected $processing_modes;

}

0 comments on commit 6746ab0

Please sign in to comment.