Skip to content

Commit

Permalink
Fix mispelled endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorMac committed Apr 8, 2021
1 parent 216dbab commit 9ca189e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/checkout/hosted-payments-page/invoicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9ca189e

Please sign in to comment.