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 9ae23ea commit a115538Copy full SHA for a115538
src/Client.php
@@ -183,8 +183,7 @@ public function startCards($order)
183
}
184
185
$this->initCurl($this->_endpoint . '/cards');
186
- // TODO: Set merchant ID?
187
- // $this->setRequestHeader(self::HEADER_SEQURA_MERCHANT_ID, '');
+ $this->setRequestHeader(self::HEADER_SEQURA_MERCHANT_ID, $order['merchant']['id'] ?? '');
188
$this->verbThePayload('POST', array('order' => $order));
189
$this->dealWithResponse();
190
curl_close($this->ch);
0 commit comments