Merge pull request #22078 from overleaf/mf-checkout-page-form-submission

[web] New checkout page form submission

GitOrigin-RevId: 7cd41e6880a8d9ce24f7795f1870ea65dd9bd19a
This commit is contained in:
M Fahru 2024-11-25 09:36:18 -07:00 committed by Copybot
parent fe7ce48e48
commit 5fe4ab3c8d

View file

@ -0,0 +1 @@
export type PaymentMethod = 'credit_card' | 'paypal'