discourse-subscriptions/app/controllers
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
..
concerns DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
discourse_subscriptions FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00