This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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'; |