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

Implement a more versatile solution to front-end fields. #148

Open
bummzack opened this issue Nov 2, 2016 · 2 comments
Open

Implement a more versatile solution to front-end fields. #148

bummzack opened this issue Nov 2, 2016 · 2 comments

Comments

@bummzack
Copy link
Collaborator

bummzack commented Nov 2, 2016

There are a lot of requirements/use-cases when it comes to front-end fields. Here are some:

  • Plain Credit-Card input.
  • JavaScript integration of payment provider API, which results in a token (eg. Stripe, Braintree).
  • Integration of payment-provider form into iframe (Klarna, possibly others).
  • Deal with asynchronous responses from the payment provider (eg. payment status update)

A proper solution would also require basic building blocks to easily perform a payment without having to write lots of form/controller code.

This should probably be implemented as another module. Maybe silverstripe-omnipay-ui or a new module.

@bummzack
Copy link
Collaborator Author

bummzack commented Nov 2, 2016

Related issues: #17, #74, #134, #147, #146, #145

@zanderwar
Copy link
Contributor

PR #149 Merged - Resolves #146

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

2 participants