discourse-subscriptions/assets/javascripts/discourse/models
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
..
admin-coupon.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
admin-plan.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
admin-product.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
admin-subscription.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
plan.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
product.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
subscription.js FEATURE: Capture cardholder address fields for Stripe customer (#161) 2023-05-05 13:20:35 -04:00
transaction.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
user-payment.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00
user-subscription.js DEV: Lose the es6 suffix (#112) 2022-03-07 00:20:03 +01:00