Skip to content

Commit ed3488b

Browse files
author
Fabian Pechstein
committed
[bug-fix] have to log transaction responses
1 parent 738a3ee commit ed3488b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PayoneBundle/Ecommerce/PaymentManager/BsPayone.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ public function handleResponse($response)
973973

974974
$price = new Price(Decimal::create($authorizedData['price']), new Currency($authorizedData['currency']));
975975

976-
//$this->registry->logTransaction($response['reference'], $response['txid'],$response['txaction'], $response);
976+
$this->registry->logTransaction($response['reference'], $response['txid'],$response['txaction'], $response);
977977

978978
if ($response['reference'] !== null && (($response['txaction'] == 'appointed') )) {
979979
$paymentStatus = StatusInterface::STATUS_AUTHORIZED;

0 commit comments

Comments
 (0)