Skip to content

Commit

Permalink
subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 18, 2024
1 parent c9ffae4 commit 53942d6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions website/assets/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@ Paddle.Setup({
settings: {
displayMode: 'inline',
frameTarget: 'checkout-container',
// frameInitialHeight: "450",
// frameStyle: "width: 100%; min-width: 312px; background-color: transparent; border: none;"
// frameInitialHeight: '450',
// frameStyle: 'width: 100%; min-width: 312px; background-color: transparent; border: none;',
},
},
})

Paddle.Checkout.open({
settings: {
displayMode: 'inline',
frameTarget: 'checkout-container',
// frameInitialHeight: "450",
// frameStyle: "width: 100%; min-width: 312px; background-color: transparent; border: none;"
},
items: [
{
priceId: ITEM_ID,
Expand Down

0 comments on commit 53942d6

Please sign in to comment.