You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation as of v1.3.0, in Payment class there are 2 refund function definitions, always the later one will be picked and will not be backward compatible!
In current implementation as of v1.3.0, in Payment class there are 2
refund
function definitions, always the later one will be picked and will not be backward compatible!Function overloading won't work here.
https://github.com/razorpay/razorpay-python/blob/master/razorpay/resources/payment.py#L52
https://github.com/razorpay/razorpay-python/blob/master/razorpay/resources/payment.py#L120
The text was updated successfully, but these errors were encountered: