Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Log unknown IPN status
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 12, 2023
1 parent 91b5671 commit 4b59f5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Handlers/IPNHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ public function handle($payload)
$this->handleTimeout();
break;
default:
Log::error(sprintf(
'%s %s',
__('Unknown IPN status:', 'cone-simplepay'),
$payload['status']
));
break;
};
}
Expand Down

0 comments on commit 4b59f5f

Please sign in to comment.