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.

Revisions

  1. MattKeeley created this gist Feb 15, 2023.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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';