Created
May 4, 2018 20:40
-
-
Save vanhoof/0d98d50a17a9c4c1c3df11487c70f259 to your computer and use it in GitHub Desktop.
shopify diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) { | |
| }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
which file or where do i need to add this can you please send me your file?