silverstripe / silverstripe-omnipay

Silverstripe integration with Omnipay PHP payments library.
BSD 3-Clause "New" or "Revised" License
39 stars 67 forks source link

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

Open bummzack opened 7 years ago

bummzack commented 7 years ago

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

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 commented 7 years ago

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

zanderwar commented 7 years ago

PR #149 Merged - Resolves #146