Skip to content

Commit

Permalink
add shipping preference constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jlttt committed Feb 7, 2018
1 parent eb29e8c commit a41dda5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Message/RestPurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@
*/
class RestPurchaseRequest extends RestAuthorizeRequest
{
const SHIPPING_PREFERENCE_NO_SHIPPING = 'NO_SHIPPING';
const SHIPPING_PREFERENCE_GET_FROM_FILE = 'GET_FROM_FILE';
const SHIPPING_PREFERENCE_SET_PROVIDED_ADDRESS= 'SET_PROVIDED_ADDRESS';

public function getData()
{
$data = parent::getData();
Expand Down

0 comments on commit a41dda5

Please sign in to comment.