From 05fb19cbfee5e251369675ab911ac4e23322f97d Mon Sep 17 00:00:00 2001 From: ioannis-kody Date: Thu, 12 Dec 2024 17:05:52 +0000 Subject: [PATCH] Update README.md Co-authored-by: Simon Billingsley --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90ad92..3524988 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ import com.kodypay.grpc.pay.v1.*; PaymentClient paymentClient = new PaymentClient(HOSTNAME, APIKEY); String storeId = "UUID of assigned store"; -String orderId = "a unique reference for the payment"; +String orderId = "a unique reference for the order"; String paymentReference = "a unique reference for the payment"; String amount = "1.00"; String currency = "GBP";