Skip to content

Commit

Permalink
added 'profile' as optional field for authorization.
Browse files Browse the repository at this point in the history
  • Loading branch information
asawarivaidya authored Aug 1, 2017
1 parent 2ba031d commit 952742b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/paysafe/CardPaymentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function authorize(CardPayments\Authorization $auth)
));
$auth->setOptionalFields(array(
'settleWithAuth',
'profile',
'customerIp',
'dupCheck',
'description',
Expand Down

0 comments on commit 952742b

Please sign in to comment.