Skip to content

Instantly share code, notes, and snippets.

@MattKeeley
Created February 15, 2023 00:14
Show Gist options
  • Save MattKeeley/ccd2eaa1e21b2f45666c939f6d139a4f to your computer and use it in GitHub Desktop.
Save MattKeeley/ccd2eaa1e21b2f45666c939f6d139a4f to your computer and use it in GitHub Desktop.
//Stripe Payment key message
export const S0 = 'pk_live_[REDACTED]es33';
export const S1 = 'sk_live_[REDACTED]du8d';
export const STRIPE_HEADER_NAME = 'REDACTED';
export const CURRENCY = 'USD';
export const STRIPE_PAY_BUTTON = 'Pay for REDACTED';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment