Skip to content

Commit

Permalink
Merge pull request #49 from zeydduran/patch-1
Browse files Browse the repository at this point in the history
fixes issue #48
  • Loading branch information
nuryagdym authored Dec 17, 2021
2 parents 42a1491 + 963921e commit a55163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/GarantiPos.php
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ protected function map3DPayResponseData($raw3DAuthResponseData)
$response = 'Approved';
}

$this->response = (object) [
return (object) [
'id' => (string) $raw3DAuthResponseData['authcode'],
'order_id' => (string) $raw3DAuthResponseData['oid'],
'trans_id' => (string) $raw3DAuthResponseData['transid'],
Expand Down

0 comments on commit a55163c

Please sign in to comment.