WooCommerce.NET icon indicating copy to clipboard operation
WooCommerce.NET copied to clipboard

Bug in Delete Webhook

Open ilguala opened this issue 4 years ago • 0 comments

  • Wordpress version: 5.8.3,
  • WooCommerce version: 5.5.1
  • WooCommerce.NET version: 0.8.4
var wcClient = new WCObject(new RestAPI($"{this.configuration.Url}/wp-json/wc/v3", this.configuration.Ck, this.configuration.Cs, requestFilter: (r) => r.UserAgent = "ShopConnector c# app"));
await wcClient.Webhook.Delete(int.Parse(webhookId));
  • Give me error: 'The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used

ilguala avatar Feb 02 '22 16:02 ilguala