浏览代码

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

[web] New checkout page form submission

GitOrigin-RevId: 7cd41e6880a8d9ce24f7795f1870ea65dd9bd19a
M Fahru 1 年之前
父节点
当前提交
5fe4ab3c8d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'