From 2c48e42f644ae956eeda2077ca632579c4803a5e Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Thu, 29 Jun 2023 17:29:10 +0800 Subject: [PATCH] Edit README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cfba16..c56b0bd 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ to the Banqup API of Unifiedpost. * Build a json in compatible format with the Banqup API fir the invoice. * Post the invoice to the Banqup API for the creation of the corresponding invoice in Banqup. * Display the response from the Banqup API, confirming the success or failure of the request. - * If the requests is successful, a new invoice will be created with status 'Draft' in the Banqup portal, so that it could be further processed. + * If the requests is successful, a new invoice will be created with status 'Draft' in the Banqup portal, so that it could be further processed on that system.