Skip to content

Commit

Permalink
Move product ID to env
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofandrin committed Jan 9, 2025
1 parent 17911a6 commit 89165e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export class EMail {

export class Checkout {
static storeURL = "https://store.exifoo.com"
// productID
// Live Mode: TODO
// Test Mode: 28dafee5-7c7f-48c2-8a15-4e4700742055"
static productID = "28dafee5-7c7f-48c2-8a15-4e4700742055"
static productID = process.env.LEMSQZY_PRODUCT_ID
static productURL = `${this.storeURL}/buy/${this.productID}`
}

0 comments on commit 89165e5

Please sign in to comment.