Widget:PaddleSandboxCheckoutEmguTFWindowsYearly

From EMGU
Revision as of 02:55, 18 February 2025 by Canming (talk | contribs)
Jump to navigation Jump to search

<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script> <script type="text/javascript">

 Paddle.Environment.set("sandbox");
 Paddle.Initialize({ 
   token: "test_dcf8447595ee059a9fbd13a503b" // replace with a client-side token
 });
 // define items
 let tfWindowsSandboxItemsList = [
   {
     priceId: "pri_01jk9d4gnpn6qwyd1h7hcn4na7", //Emgu TF for windows yearly subscription
     quantity: 1
   }
 ];
 
 // open checkout
 function tfWindowsSandboxOpenCheckout(items){
   Paddle.Checkout.open({
     items: items
   });
 }

</script> <button onclick="tfWindowsSandboxOpenCheckout(tfWindowsSandboxItemsList)">Subscribe to Emgu TF for Windows (Sandbox)</button>