Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError: undefined method `payment_detail' #6

Open
ParthivSavani opened this issue Jan 6, 2021 · 0 comments
Open

NoMethodError: undefined method `payment_detail' #6

ParthivSavani opened this issue Jan 6, 2021 · 0 comments

Comments

@ParthivSavani
Copy link

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

  1. require 'Instamojo-rb'
  2. api = Instamojo::API.new("key", auth_token: 'token')
  3. client = api.client
  4. payment = client.payment_detail('paymentID')

Please help me how can I get the payment details. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant