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