add DeletePlan()

This commit is contained in:
imikod 2018-03-25 17:13:46 +03:00 committed by GitHub
parent b5d8cdd3e1
commit ccc897e891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,4 +105,6 @@ func BillingExample() {
}
resp, err := c.CreateBillingAgreement(agreement)
fmt.Println(err, resp)
err = c.DeletePlan(planResp.ID)
fmt.Println(err)
}