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
I'm trying to fetch the payment details but getting NoMethodError: undefined method payment_detail'` error. Please have a look at below steps what I did in the rails console
require 'Instamojo-rb'
api = Instamojo::API.new("key", auth_token: 'token')
client = api.client
payment = client.payment_detail('paymentID')
Please help me how can I get the payment details. Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to fetch the payment details but getting
NoMethodError: undefined method
payment_detail'` error. Please have a look at below steps what I did in the rails consolePlease help me how can I get the payment details. Thanks
The text was updated successfully, but these errors were encountered: