From 9ca189e528ac834a915e5715ff0e3460124ad5f2 Mon Sep 17 00:00:00 2001 From: Connor Macdougall Date: Thu, 8 Apr 2021 10:42:36 +0200 Subject: [PATCH] Fix mispelled endpoint --- content/checkout/hosted-payments-page/invoicing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/checkout/hosted-payments-page/invoicing.md b/content/checkout/hosted-payments-page/invoicing.md index 8fdd41e..fc4414d 100644 --- a/content/checkout/hosted-payments-page/invoicing.md +++ b/content/checkout/hosted-payments-page/invoicing.md @@ -72,7 +72,7 @@ In the case where an invoice is no longer valid the status can be PATCH’d usin ### Endpoints URL | methods ---|--- -`​https:/api.business.plue.io/manager​/businesses​/{business_id}​/invoices​/` | `PATCH` +`​​​https://api.business.plue.io/api/manager​/businesses​/{business_id}​/invoices​/` | `PATCH` PATCH the endpoint with the new `cancelled` status and this will stop the user from viewing/interacting with the invoice.