Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Billingsley <[email protected]>
  • Loading branch information
ioannis-kody and sishbi authored Dec 12, 2024
1 parent a60af70 commit 05fb19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 05fb19c

Please sign in to comment.