gracenode-iap
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "gracenode-iap", | ||
"description": "In-App-Purchase module for gracenode framework.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Nobuyori Takahashi <voltrue2@yahoo.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -31,3 +31,3 @@ # gracenode-iap Module (in-app-purchase) | ||
} | ||
gracenode.getModuleSchema('iap', function (error, sqlList) { | ||
gracenode.getModuleSchema('gracenode-iap', function (error, sqlList) { | ||
if (error) { | ||
@@ -73,3 +73,3 @@ // hmm error | ||
"modules": { | ||
"iap": { | ||
"gracenode-iap": { | ||
"sandbox": true or false, | ||
@@ -76,0 +76,0 @@ "sql": "mysql module configuration name", |
23037