We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58dbb0d + 642a2d9 commit 9c21e5eCopy full SHA for 9c21e5e
src/Message/CompletePurchaseRequest.php
@@ -16,7 +16,7 @@ public function getData()
16
$data['transactionId'] = $this->httpRequest->query->get('transactionId');
17
$data['merchantId'] = $this->getMerchantId();
18
$data['token'] = $this->getPassword();
19
- $data['operation'] = 'AUTH';
+ $data['operation'] = 'SALE';
20
21
if (empty($data['responseCode']) || empty($data['transactionId'])) {
22
throw new InvalidResponseException;
0 commit comments