Skip to content

Commit

Permalink
Prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Jun 2, 2024
1 parent 055d424 commit 883093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.1",
"creagia/redsys-php": "dev-main",
"creagia/redsys-php": "^3.0",
"illuminate/contracts": "^8.73|^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/HandleRedsysResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HandleRedsysResponse
public function __invoke(
?Request $request,
RedsysResponse|PostRequestError $response,
) {
): void {
$redsysNotificationLog = RedsysNotificationLog::create([
'merchant_parameters' => $response instanceof PostRequestError
? $response->responseParameters
Expand Down

0 comments on commit 883093d

Please sign in to comment.