ducky/web

Paddy 2015-06-30 Parent:e6da0d35a533 Child:ef386518fa14

9:e9e0a28a7419 Go to Latest

ducky/web/src/config.js

Update to use plans instead of PWYW. If we're going to lean on Stripe for most of our subscription processing, we need to use plans, instead of pay what you want. This updates the page to replace our amount input with a plan select box. It also removes the nonsense about finding your first charge date, because Stripe forced us into a simpler, but harder to predict, billing model. We also updated our CSS to work with select boxes, as well as text inputs.

History
1 export default {
2 'urlBase': 'http://slightly.local:8080',
3 'clientID': '677e13ff-18ff-4529-96ae-2d24496ef49f',
4 'clientSecret': '6406a8dc7216e6f248908905459b21617468be0aa1a207173a9bfb9669bb3db3',
5 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J',
6 }