diff --git a/website/assets/subscribe.js b/website/assets/subscribe.js deleted file mode 100644 index dfdee0c..0000000 --- a/website/assets/subscribe.js +++ /dev/null @@ -1,24 +0,0 @@ -const ITEM_ID = 'pro_01hmetcfzgwtjb75msm8sr8snn' - -Paddle.Setup({ - token: 'live_69ccb2c84631cfdc44e78975c88', - eventCallback: function (data) { - console.log(data) - }, - // checkout: { - // settings: { - // displayMode: 'inline', - // frameTarget: 'checkout-container', - // frameInitialHeight: '450', - // frameStyle: 'width: 100%; min-width: 312px; background-color: transparent; border: none;', - // }, - // }, -}) - -// Paddle.Checkout.open({ -// items: [ -// { -// priceId: ITEM_ID, -// }, -// ], -// }) diff --git a/website/blocks/privacy.md b/website/blocks/privacy.md index 704b5b7..8a80252 100644 --- a/website/blocks/privacy.md +++ b/website/blocks/privacy.md @@ -58,7 +58,7 @@ Please do not send, upload, or provide us any sensitive data and contact us usin ## 6. PAYMENT INFORMATION -To order and use our services we may require you to provide certain financial information to facilitate the processing of payments. We will not store or collect your payment card details. That information is provided directly to our third-party payment processors whose use of your Personal information is governed by their Privacy Policy. All payment data is stored by Paddle, Lemon Squeezy. You may find their privacy policy link(s) here: [https://www.paddle.com/legal/privacy](https://www.paddle.com/legal/privacy) [https://www.lemonsqueezy.com/privacy](https://www.lemonsqueezy.com/privacy). +To order and use our services we may require you to provide certain financial information to facilitate the processing of payments. We will not store or collect your payment card details. That information is provided directly to our third-party payment processors whose use of your Personal information is governed by their Privacy Policy. All payment data is stored by Paddle and Lemon Squeezy. You may find their privacy policy link(s) here: [https://www.paddle.com/legal/privacy](https://www.paddle.com/legal/privacy) [https://www.lemonsqueezy.com/privacy](https://www.lemonsqueezy.com/privacy). ## 7. RETENTION diff --git a/website/generate.py b/website/generate.py index 19dd35f..85d0495 100755 --- a/website/generate.py +++ b/website/generate.py @@ -38,7 +38,6 @@ def copy_assets(): 'style.css', 'map_howto.js', 'support_plans.js', - 'subscribe.js', 'logo.jpg', 'favicon.ico', 'github.svg', @@ -47,8 +46,6 @@ def copy_assets(): ]: shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file) - shutil.copyfile('subscribe.html', OUT_DIR / 'subscribe.html') - def make_static_page(page_str, title): page_md = open(f'blocks/{page_str}.md').read() diff --git a/website/subscribe.html b/website/subscribe.html deleted file mode 100644 index 87c550e..0000000 --- a/website/subscribe.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - OpenFreeMap subscribe - - - - - -

OpenFreeMap subscribe

-
- - -