diff options
author | claucece <soficeli0@gmail.com> | 2015-09-28 00:00:01 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:41:22 -0500 |
commit | 54565617f2221887d6d246ca474fe9f063c53190 (patch) | |
tree | a37aaeb68fb61a6ecb1580f6d4c009e61d6f2c13 /engines/billing/questions.md | |
parent | 543a69655a02cc1ca13a112b069d69532a2dfdaa (diff) |
questions added
Diffstat (limited to 'engines/billing/questions.md')
-rw-r--r-- | engines/billing/questions.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/billing/questions.md b/engines/billing/questions.md new file mode 100644 index 0000000..41da41f --- /dev/null +++ b/engines/billing/questions.md @@ -0,0 +1,22 @@ +Questions +==================== + +1. Should admin be able to see subscriptions? + +2. Should user be able to upgrade or downgrade subscriptions? + +3. Should confirmations emails be allowed? + +See here: +https://articles.braintreepayments.com/guides/recurring-billing/email-notifications +https://articles.braintreepayments.com/control-panel/transactions/email-receipts + +4. Braintree uses JS for dropin. I'm not sure but this may not work in browsers +such as Tor. Is there a problem? +JS can be improved and changed to 'Hosted Fields'. See here: +https://developers.braintreepayments.com/javascript+ruby/guides/hosted-fields/overview + +5. There is another payment method that can be allowed: SEPA Direct Debit (on + beta). Should it be allowed? + + |