summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-09-28 00:00:01 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 22:41:22 -0500
commit54565617f2221887d6d246ca474fe9f063c53190 (patch)
treea37aaeb68fb61a6ecb1580f6d4c009e61d6f2c13
parent543a69655a02cc1ca13a112b069d69532a2dfdaa (diff)
questions added
-rw-r--r--engines/billing/questions.md22
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?
+
+