jam-cloud/web/app/assets/javascripts/react-components/actions/SubscriptionActions.js.coffee

10 lines
180 B
CoffeeScript
Raw Permalink Normal View History

2020-11-21 22:14:37 +00:00
context = window
@SubscriptionActions = Reflux.createActions({
updateSubscription: {}
changeSubscription: {}
cancelSubscription: {}
updatePayment: {}
2020-11-30 00:24:28 +00:00
forceUpdate: {}
2020-11-21 22:14:37 +00:00
})