We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 876d7a8 + 5dc3792 commit 84f1a22Copy full SHA for 84f1a22
src/Message/SharedRepeatAuthorizeRequest.php
@@ -69,8 +69,7 @@ public function getData()
69
$card = $this->getCard();
70
71
// If a card is provided, then assume all billing details are being updated.
72
-
73
- if ($card) {
+ if ($card && !empty($card->getParameters()) && !empty(array_filter($card->getParameters()))) {
74
$data = $this->getBillingAddressData($data);
75
76
// If the customer is present, then the CV2 can be supplied again for extra security.
0 commit comments