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