Skip to content

Commit 9c21e5e

Browse files
authored
Merge pull request #10 from leitom/patch-1
Update CompletePurchaseRequest.php
2 parents 58dbb0d + 642a2d9 commit 9c21e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/CompletePurchaseRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function getData()
1616
$data['transactionId'] = $this->httpRequest->query->get('transactionId');
1717
$data['merchantId'] = $this->getMerchantId();
1818
$data['token'] = $this->getPassword();
19-
$data['operation'] = 'AUTH';
19+
$data['operation'] = 'SALE';
2020

2121
if (empty($data['responseCode']) || empty($data['transactionId'])) {
2222
throw new InvalidResponseException;

0 commit comments

Comments
 (0)