소스 검색

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'