- mtwmapi
This commit is contained in:
13
platformapi/mtwmapi/order_test.go
Normal file
13
platformapi/mtwmapi/order_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package mtwmapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestOrderViewStatus(t *testing.T) {
|
||||
result, err := api.OrderViewStatus(9)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(result)
|
||||
}
|
||||
Reference in New Issue
Block a user