Skip to content

Commit

Permalink
移除测试文件中多余的 partnerID
Browse files Browse the repository at this point in the history
  • Loading branch information
smartwalle committed May 17, 2017
1 parent a9f24b7 commit 5b7b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alipay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestSign(t *testing.T) {
p.NotifyURL = "http://203.86.24.181:3000/alipay"
p.ReturnURL = "http://203.86.24.181:3000"
p.Subject = "修正了中文的 Bug"
p.OutTradeNo = "trade_no_1234"
p.OutTradeNo = "trade_no_12341"
p.TotalAmount = "10.00"
p.ProductCode = "eeeeee"

Expand Down

0 comments on commit 5b7b2be

Please sign in to comment.