Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickser committed May 14, 2024
1 parent e28c9c7 commit 6d8d5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

// Update payment.
$DB->update_record('payments', $payment)){
$DB->update_record('payments', $payment);

// Deliver order.
helper::deliver_order($component, $paymentarea, $itemid, $paymentid, $userid);
Expand Down

0 comments on commit 6d8d5c8

Please sign in to comment.