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

Add missing methods to KomojuGateway #2303

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

shioyama
Copy link

@shioyama shioyama commented Jan 11, 2017

This adds some missing features that Komoju now supports:

  • tokens (store method) (to enable payment profiles)
  • partial refunds
  • support for Diner's Club
  • locale
  • support for HTTP methods other than POST (specifically: PATCH, which Komoju supports for updating payments)

For more information see the Komoju docs on Tokens, Refunds, and patching payments. See also the list of parameters for the payment resource.

A PR with the tokens code was closed previously in #1941 due to staleness. Specs cover all new features and are passing. A review would be much appreciated!

@shioyama shioyama changed the title Add store method to KomojuGateway Add missing methods to KomojuGateway Jan 11, 2017
Komoju supports `PATCH` requests to update existing payments, so adding
that as an option to the `commit` method.
@bpollack bpollack added the gateway/feature Adds a new feature to an existing gateway label Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gateway/feature Adds a new feature to an existing gateway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants