406 Commits

Author SHA1 Message Date
Angus McLeod
d55d149d7d Add recurring donations 2018-06-21 19:00:43 +10:00
Angus McLeod
5723b91ba2 Donation form style updates 2018-06-21 19:00:19 +10:00
Angus McLeod
446cc75cbc Make donation amounts a customisable setting 2018-02-02 19:49:58 +08:00
Angus McLeod
e307a75a3b
Merge branch 'master' into transaction_fee 2018-02-02 17:47:53 +08:00
Angus McLeod
e8e558c3e2 Add ability to allow donor to include stripe transaction fee in their donation 2018-02-02 17:43:54 +08:00
Chris Beach
9ec48bc6b1
Merge pull request #8 from chrisbeach/associate_stripe_customer_id_with_users
Save and reuse stripe customer id when user is present
2018-02-02 08:27:56 +00:00
Angus McLeod
f46d3394cb BUGFIX: default amount should be 1
This seems to have been broken for a little while.

The bug was that if you just left the donation combo-box as is (i.e. at
‘1.00’), entered your card details and clicked ‘donate’ you would get
an error, because the default ``amount`` property was null rather than
0.
2018-02-02 16:19:21 +08:00
Angus McLeod
ccf7f1b73b Save and reuse stripe customer id when user is present 2018-02-02 16:06:43 +08:00
Angus McLeod
19f197e780 Add page description setting 2018-02-02 13:43:20 +08:00
Chris Beach
dd7e86930f Include timestamp in messages to user.
Permit email param in checkout_controller
Fix failing tests
2018-01-18 00:21:41 +00:00
Chris Beach
c6f416788c Hide nav link if plugin disabled 2018-01-17 23:10:15 +00:00
Angus McLeod
23bc79513a Rm test element 2017-11-27 10:39:32 +08:00
Angus McLeod
bcebbd583b Move script to jquery insertion on render 2017-11-27 10:28:21 +08:00
Chris Beach
df91a44277 fix client/server messages and locales
zip code should be a positive boolean not negative
remove dollar signs
fix stripe.rb method signature and charging logic
2017-11-26 12:24:27 +00:00
Angus McLeod
c22ef46224 rm stripe.js from build
It needs to be loaded directly.

https://stripe.com/docs/stripe-js/reference#including-stripejs
2017-11-12 11:01:08 +08:00
Angus McLeod
c2fa248b79 Include stripe js && inherit from the application controller 2017-11-08 08:45:18 +08:00
Chris Beach
d563cd1ddd Working checkout_controller.rb that charges Stripe
* Add billing address setting
2017-10-19 23:51:05 +01:00
Chris Beach
20a38095dd Enable checkout route 2017-10-19 23:51:05 +01:00
Chris Beach
238f4c4eb4 Include amount on form and increase logging 2017-10-19 23:51:05 +01:00
Chris Beach
943343ffa4 Use siteSettings properly 2017-10-12 02:13:20 +01:00
Chris Beach
92639a483f Fix discourse-markdown 2017-10-12 00:37:29 +01:00
Chris Beach
8fdd5dad27 Revert removal of donate menu item 2017-10-11 23:58:22 +01:00
Chris Beach
6814c80540 Stripe Checkout can be created via BBCode markup 2017-10-09 08:39:21 +01:00
Rimian Perkins
70b928707f disable the button as soon as it is clicked 2017-05-29 10:48:32 +10:00
Rimian Perkins
8b21d44bc9 Change the route to something meaningful 2017-05-18 14:57:27 +10:00
Rimian Perkins
df205eb584 send create accounts param 2017-05-18 12:09:37 +10:00
Rimian Perkins
c091676cb5 permit stripe token and amount 2017-05-18 10:46:11 +10:00
Rimian Perkins
13fe7ab7d5 remove second request to create user 2017-05-10 14:17:28 +10:00
Rimian Perkins
256b44ad60 messages are an array 2017-05-03 15:13:41 +10:00
Rimian Perkins
53ebcf4625 pluralize messages name space 2017-05-03 09:59:10 +10:00
Rimian Perkins
6717317717 expect a username if an account is being created 2017-04-04 13:44:13 +10:00
Rimian Perkins
4a2f13f32c end transaction when email is empty 2017-04-04 13:25:51 +10:00
Rimian Perkins
3fa6130f23 normalise the message in the response 2017-04-04 13:10:31 +10:00
Rimian Perkins
7754513b49 do not create the transaction if it has already happened 2017-04-03 12:49:23 +10:00
Rimian Perkins
b565f69fc6 abstract out create user 2017-04-03 11:05:22 +10:00
Rimian Perkins
e0b2bd522b format html in result message 2017-04-03 09:47:01 +10:00
Rimian Perkins
5f4be82278 add challenge values to params 2017-03-29 15:26:34 +11:00
Rimian Perkins
191a973688 get the info for security challenge 2017-03-29 14:29:07 +11:00
Rimian Perkins
ed9c847669 create accounts only for anon users 2017-03-22 15:05:06 +11:00
Rimian Perkins
3896866d5b send another ajax request to create account 2017-03-22 13:56:45 +11:00
Rimian Perkins
f77ddeba31 create a user account 2017-03-21 11:52:48 +11:00
Rimian Perkins
35f8c17e91 initial create account fields 2017-03-20 14:33:17 +11:00
Rimian Perkins
667f15d716 rm old profile templates and route 2017-03-20 13:18:07 +11:00
Rimian Perkins
ad843760e9 add some padding at the top 2017-03-20 13:15:56 +11:00
Rimian Perkins
92e5bf76d7 add anon payments 2017-03-20 12:24:39 +11:00
Rimian Perkins
96ca372b86 initital template 2017-03-20 12:24:39 +11:00
Rimian Perkins
cc47e88bc9 old code gone 2017-03-16 11:40:09 +11:00
Rimian Perkins
5b982cf1d6 Merge branch 'messages' into staging 2017-03-13 15:29:17 +11:00
Rimian Perkins
a80272caff title and navigation item can be different 2017-03-13 15:28:50 +11:00
Rimian Perkins
3dd9f8c393 Merge branch 'messages' into staging 2017-03-13 15:26:56 +11:00