Skip to content

Commit

Permalink
Update logging parameters (#130)
Browse files Browse the repository at this point in the history
Previously was sending the origin in place of the order id in the log message
  • Loading branch information
aashwin-rvvup authored May 29, 2024
1 parent 90b3493 commit 82b92f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Service/Capture.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public function paymentCapture(
$e->getMessage(),
$rvvupId,
$rvvupPaymentId,
null,
$origin
);
return false;
Expand Down

0 comments on commit 82b92f1

Please sign in to comment.