Skip to content

Instantly share code, notes, and snippets.

@lionrajkumar
Created April 24, 2023 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lionrajkumar/dc20b51ab7069af457d2521a054170a2 to your computer and use it in GitHub Desktop.
Save lionrajkumar/dc20b51ab7069af457d2521a054170a2 to your computer and use it in GitHub Desktop.

Script Code

<script src="js/checkout.js" STRIPE_PUBLISHABLE_KEY="<?php echo STRIPE_PUBLISHABLE_KEY; ?>" defer></script>

with in the script

// Get API Key
let STRIPE_PUBLISHABLE_KEY = document.currentScript.getAttribute('STRIPE_PUBLISHABLE_KEY');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment