diff --git a/billing_test.go b/billing_test.go index ecc9dde..b5fcb98 100644 --- a/billing_test.go +++ b/billing_test.go @@ -105,4 +105,6 @@ func BillingExample() { } resp, err := c.CreateBillingAgreement(agreement) fmt.Println(err, resp) + err = c.DeletePlan(planResp.ID) + fmt.Println(err) }