Widget:PaddleCheckoutEmguTFWindowsYearly: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
// define items | // define items | ||
let tfWindowsItemsList = [ | let tfWindowsItemsList = [ |
Latest revision as of 03:01, 18 February 2025
<script type="text/javascript">
// define items let tfWindowsItemsList = [ { priceId: "pri_01jk744f8jrs76nzyh8m7epeb5", //Emgu TF for windows yearly subscription quantity: 1 } ]; // open checkout function tfWindowsOpenCheckout(items){ Paddle.Checkout.open({ items: items }); }
</script> <button onclick="tfWindowsOpenCheckout(tfWindowsItemsList)">Subscribe to Emgu TF for Windows</button>