Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vanhoof/0d98d50a17a9c4c1c3df11487c70f259 to your computer and use it in GitHub Desktop.
Save vanhoof/0d98d50a17a9c4c1c3df11487c70f259 to your computer and use it in GitHub Desktop.
shopify diff
diff --git a/src/classes/Notify.js b/src/classes/Notify.js
index 0220806..94283cd 100644
--- a/src/classes/Notify.js
+++ b/src/classes/Notify.js
@@ -50,10 +50,10 @@ Notify.discord = function (webhook_url, url, brand, metadata, type, color) {
"name": "Notification Type",
"value": type,
"inline": true
- }, {
- "name": "Stock Count",
- "value": stock,
- "inline": true
+ //}, {
+ // "name": "Stock Count",
+ // "value": stock,
+ // "inline": true
}, {
"name": "Brand",
"value": brand,
@@ -179,4 +179,4 @@ Notify.ys = function (webhook_url, data) {
});
}
@xxmsfxx
Copy link

xxmsfxx commented May 13, 2018

Words where do i add this bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment