diff --git a/integration_test.go b/integration_test.go index ff28907..b6b81cd 100644 --- a/integration_test.go +++ b/integration_test.go @@ -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.") }