Browse Source

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

[web] New checkout page form submission

GitOrigin-RevId: 7cd41e6880a8d9ce24f7795f1870ea65dd9bd19a
M Fahru 1 năm trước cách đây
mục cha
commit
5fe4ab3c8d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      services/web/types/subscription/payment-method.ts

+ 1 - 0
services/web/types/subscription/payment-method.ts

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