Skip to content

Commit

Permalink
Merge pull request #154 from razorpay/bugfix-refund
Browse files Browse the repository at this point in the history
Add source to refund notes
  • Loading branch information
prem-techchefs authored Jun 3, 2020
2 parents 0b6d275 + cd50f55 commit 2c9b4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ public function process_refund($orderId, $amount = null, $reason = '')
'reason' => $reason,
'order_id' => $orderId,
'refund_from_website' => true,
'source' => 'woocommerce',
)
);

Expand Down

0 comments on commit 2c9b4d2

Please sign in to comment.