razorpay / razorpay-go

Razorpay Go SDK
MIT License
39 stars 25 forks source link

Bug Fixed #29

Open mr-shitij opened 3 years ago

mr-shitij commented 3 years ago

In payment capture part the specified data type of amount is int but when we fetch payment it returns float64 to us and also the payment value can be in floating range it should be float64.