discourse-subscriptions/spec
Mark Reeves 803bba7938
FEATURE: Capture cardholder address fields for Stripe customer (#161)
- Adds the following fields to the subscription payment form:
  - Cardholder Name
  - Country
  - Postal Code
  - Address Line 1
  - City
  - State or Province
- Stripe recommends Cardholder Name & Country for verification; Cardholder Name, Country, and State/Province for US/Canada selections are required fields
- All fields are passed to Stripe for verification on submit
- Fields are also captured on the customer record in Stripe, under Billing Details
2023-05-05 13:20:35 -04:00
..
fabricators REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
jobs DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
models DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
requests FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00
serializers DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
services DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
plugin_helper.rb fix path to fabricators 2019-12-03 11:01:44 +11:00