1
This commit is contained in:
@@ -20,3 +20,24 @@ func TestCardBin(t *testing.T) {
|
||||
globals.SugarLogger.Debugf("result := %s", utils.Format4Output(result, false))
|
||||
globals.SugarLogger.Debugf("result := %v", err)
|
||||
}
|
||||
|
||||
func TestPayActive(t *testing.T) {
|
||||
api.AggregatePay(&AggregatePayReq{
|
||||
MerchantNo: "",
|
||||
TermNo: "",
|
||||
OutTradeNo: "",
|
||||
AccountType: "",
|
||||
TransType: "",
|
||||
TotalAmount: "",
|
||||
LocationInfo: LocationInfoObj{},
|
||||
BusiMode: "",
|
||||
Subject: "",
|
||||
PayOrderNo: "",
|
||||
NotifyUrl: "",
|
||||
SettleType: "",
|
||||
Remark: "",
|
||||
PnrInsIdCd: "",
|
||||
AccBusiFields: nil,
|
||||
CompleteNotifyUrl: "",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user