wip upgrade and clean payment process

This commit is contained in:
asus
2024-03-09 22:03:22 +01:00
parent fc3a205359
commit f3a9be5a89
8 changed files with 310 additions and 223 deletions

View File

@@ -10,7 +10,7 @@ if (!defined('ABSPATH')) {
// Define a custom exception class for HTTP errors
class HttpErrorException extends Exception {
class HttpException extends Exception {
// HTTP status code
private $statusCode;