Widget:PaddleCheckoutEmguCVProYearly: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
// define items | // define items | ||
let cvProItemsList = [ | let cvProItemsList = [ |
Latest revision as of 03:00, 18 February 2025
<script type="text/javascript">
// define items let cvProItemsList = [ { priceId: "pri_01jk72rj8wgpva56f5xed1ae29", //Emgu CV Pro yearly subscription quantity: 1 } ]; // open checkout function cvProOpenCheckout(items){ Paddle.Checkout.open({ items: items }); }
</script> <button onclick="cvProOpenCheckout(cvProItemsList)">Subscribe to Emgu CV Pro</button>