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) {