-
Notifications
You must be signed in to change notification settings - Fork 24
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
customer_payments doesn't have POST method #57
Comments
Good spot! Lines 31 to 36 in c6d7799
According to the docs
Bit of a non-standard endpoint, this one. Also, should update the existing Cheers, |
I actually add CRUD on my computer for a quick fix for demonstration purpose so I'll push the correct version later |
Can leave the issue open until it's addressed. |
I have pushed the new code |
Where? |
Oh, I must not have pushed to this repo. Sorry about that, this is the 1st time I contributed to an open-source repo |
I accidentally fork this repo into my own repo and the pushed wasn't directing to this repo. Silly me |
That's the right way to do it -- you fork the repo, push your changes, then open a PR here, where you propose for the changes in your fork to be merged here. |
Resolved in #64 |
I was looking through the source code and see that there is no POST method for customer_payments. I was wondering if there is a way to do this manually?
The text was updated successfully, but these errors were encountered: