Skip to content

Instantly share code, notes, and snippets.

View MattKeeley's full-sized avatar

Matt Keeley MattKeeley

View GitHub Profile
//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';