no message

This commit is contained in:
hellcat 2025-06-24 15:38:17 +08:00
parent 709eed7de6
commit 2f6c14f247

View File

@ -88,6 +88,7 @@ final class Payment
public static function purchase($request, $response, $args)
{
exit(1111111);
$payment = self::getPaymentByName($args['type']);
if ($payment !== null) {