shopify-node
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -27,3 +27,3 @@ function ShopifyConnect(params) { | ||
+ '&scope=' + $scope.config.scope | ||
+ '&redirect_url=' + $scope.config.redirect; | ||
+ '&redirect_uri=' + $scope.config.redirect; | ||
}; | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "shopify-node", | ||
"description": "A NodeJS connector for Shopify OAuth2", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "uh-sem-blee, Co. | typefoo", |
@@ -7,4 +7,4 @@ var prompt = require('prompt'); | ||
shop_name: 'typefoo', | ||
id: '639e5b59d03a4135d4f4cd176d8b0d0c', | ||
secret: '07e3e4d5711054ead625ac7356552660', | ||
id: '', | ||
secret: '', | ||
redirect: 'http://localhost:9000/#/oauth' | ||
@@ -11,0 +11,0 @@ }); |
10381