Commit graph

24 commits

Author SHA1 Message Date
SachaG
f8bf479f16 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-02-06 09:16:45 +09:00
SachaG
8c88f36e0e Avoid duplicate charge documents and make sure associated documents exist 2018-02-06 09:16:42 +09:00
Sacha Greif
85e1398b09
Merge pull request #1887 from justinr1234/add-stripe-callbacks
Add stripe callbacks
2018-02-06 09:14:26 +09:00
Sacha Greif
b1ae8a8d36
Merge pull request #1886 from justinr1234/fix-payments-callbacks
Fix async register callback for vulcan-payments
2018-02-06 09:13:23 +09:00
Justin Reynolds
9bd1da9f59 Fix stripe plan startup 2018-02-05 18:09:18 -06:00
Justin Reynolds
4f900a2898 Add stripe callbacks 2018-02-05 15:18:57 -06:00
Justin Reynolds
818da2c56b Fix async register callback for vulcan-payments 2018-02-05 13:31:53 -06:00
SachaG
fae0e812df Add isPublic option to registerSetting; explain Stripe settings 2018-02-05 10:44:56 +09:00
Sacha Greif
4c6164530c
Merge branch 'devel' into create-stripe-subscriptions 2018-02-04 10:41:00 +09:00
Justin Reynolds
1303ed329b Export stripe singleton 2018-02-03 13:24:57 -06:00
Justin Reynolds
7e4cce29cb Create Stripe Subscriptions on startup if requested 2018-02-03 13:17:04 -06:00
Justin Reynolds
75b6ece0a4 Fix linting 2018-01-25 15:03:03 -06:00
SachaG
c75cd475cb Add new addUserFunction event function; make sure site url always has trailing '/'; document charge callbacks 2017-12-26 11:17:44 +09:00
Sacha Greif
3950c2b891 Handle initialAmount in Checkout component 2017-11-01 15:38:10 +09:00
Sacha Greif
5ae75f6d62 Add initial cost support to subscriptions; handle erroneous stripe customer ids 2017-10-31 10:18:16 +09:00
Sacha Greif
2fa0405dfa Use Express instead of Picker for /stripe route; add webhook verification 2017-10-26 11:27:22 +09:00
Sacha Greif
756029c93d Refactoring payments package to handle subscriptions 2017-10-18 20:05:51 +09:00
SachaG
984021cd7f Clean up/refactor settings; add registerSetting and /settings route 2017-09-22 12:24:15 +02:00
SachaG
e4e1f0c41c default mutations can now take options object; add Flash core component; fix Stripe bug 2017-08-07 16:02:29 +09:00
SachaG
4c9c48dff6 fix isFuture callback; small clean-ups 2017-07-24 16:06:04 +09:00
SachaG
bdc32f6bb1 Add coupon code support to payment package 2017-07-23 16:29:21 +09:00
SachaG
296fe702b2 Use test keys for Stripe when in dev mode 2017-06-30 11:22:13 +09:00
SachaG
7bf856fd1e merge terms from 3 sources in withList; permission check in PostsEditForm; do not default to current date in DateTime component; email subject accepts string; show email properties in debug preview; add async callbacks to charge hook 2017-06-04 13:56:40 +09:00
SachaG
ca226acca3 vulcan:payments 2017-05-31 10:25:13 +09:00