1017 B
1017 B
- Registration check for refId
- Investigated steppers and determined not viable option
- Create basic StripeFactory to handle all methods we will need for this
- add in a widgets module to handle any items we can make modular like credit card entry forms that ask for a return token instead of placing in the controller
- create a basic credit card entry directive that will take in cardholder name, number, cc2 and expiry and as of right now, do nothing with it. Looking to tie in stripe factory
- investigate adding in stripe as a bower module and gulp renaming the resulting index file to a .js but more hassle than its worth. Going with stripe will require we run over https for the site and the api. will also need to make an inclusion of the web link to the stripe api v2
- Add in i18n file for translating and get the validation working on the credit card widget directive. Submit button right now logs out all of the form data but will be easy enough to pass to stripe factory now