fxa/apps/payments/next
Reino Muhl 2fb70a6886
feat(next): add payment element and submit
Because:

* Add the Stripe Payment Element to the checkout page
* Be able to checkout and successfully add a new payment method and
  new subscription.

This commit:

* Adds the PaymentElement to the StripeWrapper
* Adds the Subscribe Now button
* Adds the Full Name field
* Updates the NestApp with Firestore and StatsD provider factories

Closes #FXA-8850 and #FXA-7810
2024-05-08 10:37:14 -04:00
..
.storybook feat(libs): move fxa-shared/l10n to libs/shared/l10n 2023-10-04 16:08:01 -04:00
app feat(next): add payment element and submit 2024-05-08 10:37:14 -04:00
config chore(next): update next-auth beta to latest 2024-05-07 08:45:05 -04:00
images feat(payments-ui): Component - SubscriptionTitle 2024-04-10 10:11:49 -04:00
public feat(next): add l10n to localizer for next rsc 2024-04-08 14:58:17 -04:00
tests/app fix(payments-next): Move searchParams to params 2024-03-28 11:02:31 -04:00
.env.development feat(next): add payment element and submit 2024-05-08 10:37:14 -04:00
.env.production feat(next): add payment element and submit 2024-05-08 10:37:14 -04:00
.eslintrc.json chore(next): Add Next.js to fxa and initial setup 2023-07-19 14:57:15 -04:00
Gruntfile.js feat(next): add l10n grunt scripts 2024-03-08 10:53:25 -05:00
auth.config.ts feat(next): attempt no prompt auth on landing 2024-04-30 12:37:09 -04:00
auth.ts feat(next): attempt no prompt auth on landing 2024-04-30 12:37:09 -04:00
index.d.ts fix(payments-next): Move searchParams to params 2024-03-28 11:02:31 -04:00
instrumentation.ts feat(next): use next 14.2 instrumentation 2024-04-11 17:46:56 -04:00
jest.config.ts fix(payments-next): Move searchParams to params 2024-03-28 11:02:31 -04:00
middleware.ts feat(next): add payment element and submit 2024-05-08 10:37:14 -04:00
next-env.d.ts chore(next): Add Next.js to fxa and initial setup 2023-07-19 14:57:15 -04:00
next.config.js feat(checkout): add checkout service with stripe and paypal 2024-04-23 17:02:47 -07:00
package.json fix(next): add missing deps to nestapp 2024-04-24 16:54:11 -04:00
pm2.config.js feat(l10n): Add localization scripts/targets to payments-next 2024-03-21 20:42:55 -04:00
postcss.config.js fix(payments-next): Move searchParams to params 2024-03-28 11:02:31 -04:00
project.json feat(next): add typesafe config 2024-04-23 12:47:18 -04:00
tailwind.config.ts feat(next): add payment element and submit 2024-05-08 10:37:14 -04:00
tsconfig.json feat(auth): allow prompt=none without hint 2024-02-15 13:28:09 -05:00
tsconfig.spec.json chore(next): Add Next.js to fxa and initial setup 2023-07-19 14:57:15 -04:00
tsconfig.storybook.json chore(next): add Storybook to NextJS setup 2023-09-11 17:26:30 -04:00