removed Paddle

This commit is contained in:
Zsolt Ero
2024-01-30 02:07:20 +01:00
parent 5606e7fc3c
commit a8e1279135
4 changed files with 1 additions and 44 deletions

View File

@@ -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,
// },
// ],
// })