Improve printful secret hash
This commit is contained in:
@@ -20,8 +20,9 @@ export const WOrderStatusSchema = t.Union([
|
||||
|
||||
export class CommerceService {
|
||||
readonly Printful = new PrintfulClient({
|
||||
token: env.PRINTFUL_AUTH,
|
||||
storeId: env.PRINTFUL_STORE_ID,
|
||||
token: env.PRINTFUL_AUTH,
|
||||
webhookSecret: env.PRINTFUL_WEBHOOK_SECRET
|
||||
});
|
||||
readonly Webflow = new WebflowClient({
|
||||
siteId: env.WEBFLOW_SITE_ID,
|
||||
|
||||
Reference in New Issue
Block a user