mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 18:31:03 +01:00
add DeletePlan()
This commit is contained in:
parent
b5d8cdd3e1
commit
ccc897e891
|
@ -105,4 +105,6 @@ func BillingExample() {
|
|||
}
|
||||
resp, err := c.CreateBillingAgreement(agreement)
|
||||
fmt.Println(err, resp)
|
||||
err = c.DeletePlan(planResp.ID)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user