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.
1 parent e35e615 commit bcb4369Copy full SHA for bcb4369
src/Message/AIMAuthorizeRequest.php
@@ -17,8 +17,10 @@ public function getData()
17
$data = $this->getBaseData();
18
$data->transactionRequest->amount = $this->getAmount();
19
$this->addPayment($data);
20
- $this->addCustomerIP($data);
21
$this->addBillingData($data);
+ // CHECKME: is shipping data useful here?
22
+ //$this->addShippingData($data);
23
+ $this->addCustomerIP($data);
24
$this->addTransactionSettings($data);
25
26
return $data;
0 commit comments