- check sku status in GetStoreSkus.

- ebai UpdateStore almost ok.
This commit is contained in:
gazebo
2018-09-20 22:26:37 +08:00
parent d8b94650ea
commit 4dd80436b9
3 changed files with 16 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ func TestReadStore(t *testing.T) {
}
func TestUpdateStore(t *testing.T) {
err := new(PurchaseHandler).UpdateStore(100002, "autotest")
err := new(PurchaseHandler).UpdateStore(100077, "autotest")
if err != nil {
t.Fatal(err.Error())
}