adopted-ember-addons / ember-stripe-elements

A simple Ember wrapper for Stripe Elements
https://ember-stripe-elements.netlify.com
MIT License
19 stars 23 forks source link

Refactor service to native class #24

Closed lindyhopchris closed 3 years ago

lindyhopchris commented 3 years ago

This refactors the Stripe Service to native class syntax. In doing so, it also updates all the available proxied methods so that it matches the latest Stripe JS API.

Marked as a draft PR as I want to test in an actual application before merging.