From a8e20017bfb2a33106d79f6830552909ccf6d49b Mon Sep 17 00:00:00 2001 From: ordago Date: Mon, 27 May 2024 13:26:37 +0100 Subject: [PATCH] Fixes parameter name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf2922..1116ab9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $redsysRequest = RedsysRequest::create( $redsysClient, new RequestParameters( amountInCents: 123_45, - orderNumber: '22013100005', + order: '22013100005', currency: Currency::EUR, transactionType: TransactionType::Autorizacion, merchantUrl: 'https://example.com/redsysNotification',