Skip to content

Commit

Permalink
2.4 version released.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtoprak committed Dec 22, 2021
1 parent 462b63d commit 8372dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/library/Moka_Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ public function process_payment( $orderId )


$payOrder = $this->optimisthubMoka->initializePayment($orderDetails);
dd($payOrder);
$callbackUrl = data_get($payOrder, 'Data.Url');
$callbackHash = data_get($payOrder, 'Data.CodeForHash');
$callbackResult = data_get($payOrder, 'ResultCode');
Expand Down

0 comments on commit 8372dde

Please sign in to comment.