Created
February 15, 2023 00:14
-
-
Save MattKeeley/ccd2eaa1e21b2f45666c939f6d139a4f to your computer and use it in GitHub Desktop.
Revisions
-
MattKeeley created this gist
Feb 15, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ //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';