Skip to content

Commit

Permalink
fix upgrading docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Jun 1, 2024
1 parent 950ee4c commit f915598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Some major changes are:
$redsysRequest = new RedsysRequest($redsysClient);
$redsysRequest->createPaymentRequest(
amount: 123.45,
orderNumber: '22013100005',
order: '22013100005',
currency: Currency::EUR,
transactionType: TransactionType::Autorizacion,
);
Expand All @@ -24,7 +24,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 f915598

Please sign in to comment.