Skip to content

Commit

Permalink
Fixed stored credential for verification
Browse files Browse the repository at this point in the history
Fixed stored credential for verification
  • Loading branch information
OpusSdkSupport authored Oct 22, 2019
1 parent ba56fb2 commit f7fad20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Paysafe/CardPaymentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ public function verify(CardPayments\Verification $verify)
'customerIp',
'dupCheck',
'description',
'billingDetails'
'billingDetails',
'storedCredential'
));

$request = new Request(array(
Expand Down

0 comments on commit f7fad20

Please sign in to comment.