July 31st 2020
- About a 100 different changes that are summarized with : Added Paypal support!
- Revamped the Payment details screen to use a new reactive interface
- Add direct access to the new payment details manager without going through the subscription manager
- Add a warning to the subscription manager when email address is not verified so people don’t miss their invoices and receipts.
- Fix subscription manager showing the wrong upload size limit for new subscriptions
- Update Sales policy to include that users choosing Paypal will still be entitled to the free trial (it used to say, only for those choosing credit card payment)
- Prevent use case where subscription was not created properly if a card payment is declined for a user who adds a new subscription after they had tried the service and cancelled, and after their trial period had ended.
- Improve display name of existing user-attached credit cards (
American Express
instead ofamex
, and use capitalized word forVisa
andMastercard
) - Remove some obsolete code and general code cleaning.