mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-18 13:51:57 +01:00
* add lemon squeezy checkout and webhook * add lemonSqueezy customer portal url * Update AccountPage.tsx * add lemon squeezy total revenue function * update app diff * update app diff * add LS docs * Update PricingPage.tsx * add unified payment processor * unify customer portal url * Update paymentProcessor.ts * update paymentProcessor logic * update app diff to use both payments processors * Update contentSections.ts.diff * finishing touches * Update e2e-tests.yml * remove lemonsqueezy from app diff * Update webhook.ts
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 110
|
|
}
|