Skip to content

Commit

Permalink
Merge pull request paysafegroup#27 from smartbrother/master
Browse files Browse the repository at this point in the history
Including defaultShippingAddressIndicator during Address create/update
  • Loading branch information
francoisneron authored Aug 31, 2018
2 parents 2087935 + 50b4662 commit 9c30af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Paysafe/CustomerVaultService.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public function createAddress( CustomerVault\Address $address )
'zip',
'recipientName',
'phone',
'defaultShippingAddressIndicator',
));

$request = new Request(array(
Expand Down Expand Up @@ -275,6 +276,7 @@ public function updateAddress( CustomerVault\Address $address )
'zip',
'recipientName',
'phone',
'defaultShippingAddressIndicator',
));

$request = new Request(array(
Expand Down

0 comments on commit 9c30af7

Please sign in to comment.