Shopify node

This commit is contained in:
ricardo
2020-04-23 19:56:53 -05:00
parent a270beba99
commit 2845f99736
6 changed files with 1352 additions and 9 deletions

View File

@@ -14,7 +14,9 @@ import {
shopifyApiRequest,
} from './GenericFunctions';
import { createHmac } from 'crypto';
import {
createHmac,
} from 'crypto';
export class ShopifyTrigger implements INodeType {
description: INodeTypeDescription = {