Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy committed Dec 13, 2022
1 parent a6baaff commit e641cf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gateways/PayuPaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ function notify()
// Confirm Order
if (!empty($notify->getResponse()->order->extOrderId)) {
$p = Payment::where('id', $notify->getResponse()->order->extOrderId)->first();
$this->log('PAYU_NOTIFY_REFUND', $p);
if ($p instanceof Payment) {
$this->refresh(Order::find($p->order_id));
return response("Comfirmed", 200);
Expand Down

0 comments on commit e641cf6

Please sign in to comment.