-
Notifications
You must be signed in to change notification settings - Fork 14
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
undefined method `delete_customer' for PinPayment::Customer:Class #15
Comments
It looks like the You can either wait for Tigris to push the changes to RubyGems or build the gem locally from the github repo. |
Thank you for the reply buntine. Ok I think I will build a gem locally from github repo. Thanks again 👍 |
Hi @buntine now I am using the gem directly from the git repo. Delete works but it throws an exception saying But it still deletes the customer successfully from Pin Payments which is greay. I can just ignore the exception and work for now. Do you know what may be causing the issue? Sorry for the questions, as I have started learning ruby/rails 2 weeks ago. Thank you. |
Its it possible that |
But I am able to delete the customer using the It works even though it throws that implicit conversion error. Which means cus_token is not nil. I have done another test by hardcoding the cus token like below.
I am able to delete the specific customer, but it throws that exception. |
Hi Daniel,
First of all thank you so much for this gem. This is an absolute help for the project I am working on.
I encounter below error,
when I try to delete a customer using the
PinPayment::Customer.delete_customer(cus_token)
Any help on this much appriciated.
Thank you.
The text was updated successfully, but these errors were encountered: