From 2f6c14f247582840074312c524413f1adf78c59f Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 15:38:17 +0800 Subject: [PATCH] no message --- src/Services/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Payment.php b/src/Services/Payment.php index 43383c95..5bb84451 100755 --- a/src/Services/Payment.php +++ b/src/Services/Payment.php @@ -88,6 +88,7 @@ final class Payment public static function purchase($request, $response, $args) { + exit(1111111); $payment = self::getPaymentByName($args['type']); if ($payment !== null) {