mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
removed Paddle
This commit is contained in:
@@ -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,
|
||||
// },
|
||||
// ],
|
||||
// })
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>OpenFreeMap subscribe</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>OpenFreeMap subscribe</h1>
|
||||
<div class="checkout-container"></div>
|
||||
<script src="subscribe.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user