- check sku status in GetStoreSkus.
- ebai UpdateStore almost ok.
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user