Appearance
Stripe Store
State
state | description |
---|---|
products | an object representing the products & prices from your stripe account |
Getters
getter | description |
---|---|
getProducts | returns products state |
Actions
action | description |
---|---|
fetchProducts | retrieves products data from the backend and sets the products state |
checkout | initiates a Stripe checkout sequence on the backend returning a Stripe checkout url |