Skip to content

Commit

Permalink
Fixes parameter name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ordago authored May 27, 2024
1 parent 9135739 commit a8e2001
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 @@ -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',
Expand Down

0 comments on commit a8e2001

Please sign in to comment.