Improve printful secret hash
This commit is contained in:
@@ -21,8 +21,9 @@ function printError(err: unknown): never {
|
||||
try {
|
||||
console.log("Registering printful webhook...");
|
||||
const printful = new PrintfulClient({
|
||||
token: env.PRINTFUL_AUTH,
|
||||
storeId: env.PRINTFUL_STORE_ID,
|
||||
token: env.PRINTFUL_AUTH,
|
||||
webhookSecret: env.PRINTFUL_WEBHOOK_SECRET
|
||||
});
|
||||
|
||||
await printful.Webhooks.create(PRINTFUL_WEBHOOK_URL, [
|
||||
|
||||
Reference in New Issue
Block a user