Skip to content

Commit

Permalink
Revert Instant refund (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgit891 authored Feb 8, 2024
1 parent 633f9c7 commit ddfe1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ public function process_refund($orderId, $amount = null, $reason = '')

$data = array(
'amount' => (int) round($amount * 100),
'speed' => "optimum",
'notes' => array(
'reason' => $reason,
'order_id' => $orderId,
Expand Down

0 comments on commit ddfe1ec

Please sign in to comment.