payment gateway for rpn cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package main
-
- import (
- "testing"
- )
-
- func TestGetRpnOutByOrderId(t *testing.T) {
- order_id := "200310160057TW002184000000000001"
- ret, _ := getRpnOutByOrderId(order_id)
- if ret.Id != 3 {
- t.Error("we expect id to be 3")
- }
- }
|