forked from go-packages/paypal
Fix IT
This commit is contained in:
parent
03d54d5563
commit
693bf6c166
|
@ -216,7 +216,7 @@ func TestCreatePayment(t *testing.T) {
|
||||||
CancelURL: "http://..",
|
CancelURL: "http://..",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
pr, err := c.CreatePayment(p)
|
_, err := c.CreatePayment(p)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("Error creating payment.")
|
t.Errorf("Error creating payment.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user