lib/razorpay/refund.rb in razorpay-2.4.1 vs lib/razorpay/refund.rb in razorpay-3.0.0

- old
+ new

@@ -17,7 +17,11 @@ end def self.fetch(id) request.fetch id end + + def edit(options = {}) + self.class.request.patch id, options + end end end