This commit is contained in:
Alex Pliutau 2017-09-27 17:20:09 -05:00
parent 03d54d5563
commit 693bf6c166

View File

@ -216,7 +216,7 @@ func TestCreatePayment(t *testing.T) {
CancelURL: "http://..",
},
}
pr, err := c.CreatePayment(p)
_, err := c.CreatePayment(p)
if err != nil {
t.Errorf("Error creating payment.")
}