discourse-subscriptions/app
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
..
controllers FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00
jobs DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
models/discourse_subscriptions REFACTOR: Use engine to load files, add constraint (#14) 2020-07-06 11:11:04 -05:00
serializers/discourse_subscriptions DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
services/discourse_subscriptions DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00