https://resoh.fr/client/reload-credit

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
sg_credit_reload
[
  "amount" => "1"
  "card_holder_name" => "Antonio RABEMANANTSAINA"
  "_token" => "a4a.YrymtkEu2wRPM2AUXHJJKFb3V7V6U7fSZWdMUG7H9ck.K4rcwDFeqXx2VCtyDEQKZRWTL8Y4HYKHNx0FaAuzl6MK8-uOeB6YZzdxFw"
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8ece0c"
exception
Stripe\Exception\InvalidRequestException {#1932
  #stripeParam: "amount"
  #error: Stripe\ErrorObject {#1915 …}
  #httpBody: """
    {\n
      "error": {\n
        "code": "parameter_invalid_integer",\n
        "doc_url": "https://stripe.com/docs/error-codes/parameter-invalid-integer",\n
        "message": "The amount must be greater than or equal to the minimum charge amount allowed for your account and the currency set (https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts).  If you want to save a Payment Method for future use without an immediate payment, use a Setup Intent instead: https://docs.stripe.com/payments/setup-intents",\n
        "param": "amount",\n
        "request_log_url": "https://dashboard.stripe.com/test/logs/req_9mlUCUyztv8XUI?t=1734899781",\n
        "type": "invalid_request_error"\n
      }\n
    }\n
    """
  #httpHeaders: Stripe\Util\CaseInsensitiveArray {#1922 …}
  #httpStatus: 400
  #jsonBody: [
    "error" => [
      "code" => "parameter_invalid_integer"
      "doc_url" => "https://stripe.com/docs/error-codes/parameter-invalid-integer"
      "message" => "The amount must be greater than or equal to the minimum charge amount allowed for your account and the currency set (https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts).  If you want to save a Payment Method for future use without an immediate payment, use a Setup Intent instead: https://docs.stripe.com/payments/setup-intents"
      "param" => "amount"
      "request_log_url" => "https://dashboard.stripe.com/test/logs/req_9mlUCUyztv8XUI?t=1734899781"
      "type" => "invalid_request_error"
    ]
  ]
  #requestId: "req_9mlUCUyztv8XUI"
  #stripeCode: "parameter_invalid_integer"
  #message: "The amount must be greater than or equal to the minimum charge amount allowed for your account and the currency set (https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts).  If you want to save a Payment Method for future use without an immediate payment, use a Setup Intent instead: https://docs.stripe.com/payments/setup-intents"
  #code: 0
  #file: "/var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php"
  #line: 38
  trace: {
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/Exception/ApiErrorException.php:38 {
      Stripe\Exception\ApiErrorException::factory($message, $httpStatus = null, $httpBody = null, $jsonBody = null, $httpHeaders = null, $stripeCode = null) …
      › ) {    $instance = new static($message);    $instance->setHttpStatus($httpStatus);
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/Exception/InvalidRequestException.php:35 {
      Stripe\Exception\InvalidRequestException::factory($message, $httpStatus = null, $httpBody = null, $jsonBody = null, $httpHeaders = null, $stripeCode = null, $stripeParam = null) …
      › ) {    $instance = parent::factory($message, $httpStatus, $httpBody, $jsonBody, $httpHeaders, $stripeCode);    $instance->setStripeParam($stripeParam);
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/ApiRequestor.php:230 {
      Stripe\ApiRequestor::_specificV1APIError($rbody, $rcode, $rheaders, $resp, $errorData) …
      › case 404:    return Exception\InvalidRequestException::factory($msg, $rcode, $rbody, $resp, $rheaders, $code, $param);}
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/ApiRequestor.php:191 {
      Stripe\ApiRequestor->handleErrorResponse($rbody, $rcode, $rheaders, $resp, $apiMode) …
      › if (!$error) {    $error = 'v1' === $apiMode ? self::_specificV1APIError($rbody, $rcode, $rheaders, $resp, $errorData) : self::_specificV2APIError($rbody, $rcode, $rheaders, $resp, $errorData);}
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/ApiRequestor.php:637 {
      Stripe\ApiRequestor->_interpretResponse($rbody, $rcode, $rheaders, $apiMode) …
      › if ($rcode < 200 || $rcode >= 300) {    $this->handleErrorResponse($rbody, $rcode, $rheaders, $resp, $apiMode);}
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/ApiRequestor.php:136 {
      Stripe\ApiRequestor->request($method, $url, $params = null, $headers = null, $apiMode = 'v1', $usage = []) …
      ›     $this->_requestRaw($method, $url, $params, $headers, $apiMode, $usage);$json = $this->_interpretResponse($rbody, $rcode, $rheaders, $apiMode);$resp = new ApiResponse($rbody, $rcode, $rheaders, $json);
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/ApiOperations/Request.php:111 {
      Stripe\ApiResource::_staticRequest($method, $url, $params, $options, $usage = [], $apiMode = 'v1') …
      › $requestor = new \Stripe\ApiRequestor($opts->apiKey, $baseUrl);list($response, $opts->apiKey) = $requestor->request($method, $url, $params, $opts->headers, $apiMode, $usage);$opts->discardNonPersistentHeaders();
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/stripe/stripe-php/lib/PaymentIntent.php:118 {
      Stripe\PaymentIntent::create($params = null, $options = null) …
      › 
      › list($response, $opts) = static::_staticRequest('post', $url, $params, $options);$obj = \Stripe\Util\Util::convertToStripeObject($response->json, $opts);
    }
    /var/www/vhosts/resoh.fr/httpdocs/src/Controller/Client/PaymentController.php:214 {
      App\Controller\Client\PaymentController->creditReloadModal(Request $request, AccessClientService $accessClientService): Response …
      › $paymentIntent = PaymentIntent::create([    'amount' => $amount,     'currency' => 'eur',
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/resoh.fr/httpdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#271 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"close"
content-length
"517"
content-type
"multipart/form-data; boundary=----WebKitFormBoundaryIaxUpSOTrvN1EAAm"
cookie
"__stripe_mid=7b8fcd1c-8fe7-4e0d-ba78-85e837556e8b48873c; perf_dv6Tr4n=1; __stripe_sid=e8261ae8-1723-41e5-b9f2-de17988c20acd68440; PHPSESSID=6la5lp6cj1o9mrvijcepa9i12r"
host
"resoh.fr"
origin
"https://resoh.fr"
priority
"u=1, i"
referer
"https://resoh.fr/service/autocar/summary"
sec-ch-ua
""Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"41.204.127.33"
x-requested-with
"XMLHttpRequest"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 22 Dec 2024 20:36:21 GMT"
vary
"Accept"
x-debug-exception
"The%20amount%20must%20be%20greater%20than%20or%20equal%20to%20the%20minimum%20charge%20amount%20allowed%20for%20your%20account%20and%20the%20currency%20set%20%28https%3A%2F%2Fdocs.stripe.com%2Fcurrencies%23minimum-and-maximum-charge-amounts%29.%20%20If%20you%20want%20to%20save%20a%20Payment%20Method%20for%20future%20use%20without%20an%20immediate%20payment%2C%20use%20a%20Setup%20Intent%20instead%3A%20https%3A%2F%2Fdocs.stripe.com%2Fpayments%2Fsetup-intents"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fresoh.fr%2Fhttpdocs%2Fvendor%2Fstripe%2Fstripe-php%2Flib%2FException%2FApiErrorException.php:38"
x-debug-token
"097884"

Cookies

Request Cookies

Key Value
PHPSESSID
"6la5lp6cj1o9mrvijcepa9i12r"
__stripe_mid
"7b8fcd1c-8fe7-4e0d-ba78-85e837556e8b48873c"
__stripe_sid
"e8261ae8-1723-41e5-b9f2-de17988c20acd68440"
perf_dv6Tr4n
"1"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Sun, 22 Dec 24 19:56:17 +0000"
Last used
"Sun, 22 Dec 24 20:35:53 +0000"
Lifetime
432000

Session Attributes

Attribute Value
_csrf/https-sg_client
"-CHeYum4B-Q1VeOi0Y5SXYy2mMNfX02MHED5-DxE7h8"
_csrf/https-sg_credit_reload
"I6zvpprx9gKfP6CMCdxsBN5URzI8etbjhOM890CcxBw"
_csrf/https-sg_devis
"mANAjhKDMnaJnaOSE1-z8PD_S3fUpxLmEkb3hdF9nEY"
_security.last_username
"rabemanantsaina21@outlook.com"
_security_main
"O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":20:{s:19:"\x00App\Entity\User\x00id";i:3;s:25:"\x00App\Entity\User\x00civility";s:10:"Entreprise";s:25:"\x00App\Entity\User\x00lastname";s:15:"Rabemanantsaina";s:26:"\x00App\Entity\User\x00firstname";s:7:"Antonio";s:22:"\x00App\Entity\User\x00email";s:29:"rabemanantsaina21@outlook.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:11:"ROLE_CLIENT";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$QA8PBrF4Sw8ZIQF227tS0.dyFIYsqgWgM/k.koVJMPjJFA1PJQ4UW";s:23:"\x00App\Entity\User\x00status";s:6:"active";s:28:"\x00App\Entity\User\x00latestLogin";N;s:23:"\x00App\Entity\User\x00avatar";s:36:"c307ab6dd7b741fde49f225607cbc9b0.jpg";s:27:"\x00App\Entity\User\x00fileAvatar";N;s:23:"\x00App\Entity\User\x00client";O:17:"App\Entity\Client":21:{s:21:"\x00App\Entity\Client\x00id";i:2;s:23:"\x00App\Entity\Client\x00user";r:4;s:39:"\x00App\Entity\Client\x00collaborateurAccount";N;s:24:"\x00App\Entity\Client\x00siret";s:14:"12345678910111";s:33:"\x00App\Entity\Client\x00entrepriseName";s:9:"TransNova";s:26:"\x00App\Entity\Client\x00aboutMe";s:30:"Je suis le PDG du Group Theta.";s:27:"\x00App\Entity\Client\x00birthday";O:8:"DateTime":3:{s:4:"date";s:26:"1994-08-29 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:29:"\x00App\Entity\Client\x00birthplace";s:28:"Fenerive-Doany, Fenerive-Est";s:30:"\x00App\Entity\Client\x00mobilePhone";s:13:"+261340149717";s:32:"\x00App\Entity\Client\x00landlinePhone";N;s:26:"\x00App\Entity\Client\x00address";s:41:"Résidence Canaan, Tananarive, Madagascar";s:27:"\x00App\Entity\Client\x00address1";N;s:29:"\x00App\Entity\Client\x00postalCode";s:3:"102";s:23:"\x00App\Entity\Client\x00city";s:10:"Tananarive";s:28:"\x00App\Entity\Client\x00longitude";s:10:"47.4755447";s:27:"\x00App\Entity\Client\x00latitude";s:11:"-18.9298668";s:27:"\x00App\Entity\Client\x00facebook";N;s:26:"\x00App\Entity\Client\x00twitter";N;s:28:"\x00App\Entity\Client\x00instagram";N;s:27:"\x00App\Entity\Client\x00linkedin";N;s:29:"\x00App\Entity\Client\x00agreeTerms";b:1;}s:29:"\x00App\Entity\User\x00transporteur";N;s:30:"\x00App\Entity\User\x00collaborateur";N;s:22:"\x00App\Entity\User\x00devis";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:30:"\x00App\Entity\User\x00creditBalance";d:34.0004646;s:35:"\x00App\Entity\User\x00creditTransactions";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:25:"\x00App\Entity\User\x00invoices";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:12:"\x00*\x00createdAt";O:8:"DateTime":3:{s:4:"date";s:26:"2024-06-18 19:11:12.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:8:"DateTime":3:{s:4:"date";s:26:"2024-12-22 21:15:52.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:11:"ROLE_CLIENT";i:1;s:9:"ROLE_USER";}}}"
addPdfDocument
null
devis
App\Entity\Devis {#524
  -id: null
  -typeOfTrip: "Aller simple"
  -departureAddress: "Résidence Canaan, Tananarive, Madagascar"
  -arrivalAddress: "Tour Orange, Rue Ravoninahitriniarivo, Tananarive, Madagascar"
  -departureDate: DateTime @1734825600 {#379
    date: 2024-12-22 00:00:00.0 UTC (+00:00)
  }
  -departureTime: DateTime @82800 {#423
    date: 1970-01-01 23:00:00.0 UTC (+00:00)
  }
  -returnDate: null
  -returnTime: null
  -numberOfPeople: 1
  -status: "pending"
  -service: App\Entity\Service {#444 …}
  -distance: "10,66 km"
  -startLatitude: -18.92999
  -startLongitude: 47.4754666
  -endLatitude: -18.8842819
  -endLongitude: 47.5228026
  -devisLuggage: App\Entity\DevisLuggage {#493 …}
  -devisTravelReason: App\Entity\DevisTravelReason {#515 …}
  -devisBudget: App\Entity\DevisBudget {#474 …}
  -devisEquipment: Doctrine\Common\Collections\ArrayCollection {#488 …}
  -infos: null
  -needVehicleOnSite: null
  -vehicleDetails: Doctrine\Common\Collections\ArrayCollection {#46 …}
  -addPdfDocument: null
  -attachments: Doctrine\Common\Collections\ArrayCollection {#40 …}
  -user: null
  -distancePerTrip: null
  -miseEnAvance: false
  -remonteEnTeteDeListe: false
  -demandeUrgente: false
  #createdAt: DateTime @1734898538 {#39
    date: 2024-12-22 21:15:38.320876 Europe/Paris (+01:00)
  }
  #updatedAt: null
}
needVehicleOnSite
null
typeOfTrip
"Aller simple"

Session Usage

2 Usages
Stateless check enabled
Usage
ContainerLqjmsxH\getSession_FlashBagService:24
[
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/getSession_FlashBagService.php"
    "line" => 24
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/App_KernelDevDebugContainer.php"
    "line" => 652
    "function" => "do"
    "class" => "ContainerLqjmsxH\getSession_FlashBagService"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/getLoginAuthenticatorService.php"
    "line" => 34
    "function" => "load"
    "class" => "ContainerLqjmsxH\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/App_KernelDevDebugContainer.php"
    "line" => 652
    "function" => "do"
    "class" => "ContainerLqjmsxH\getLoginAuthenticatorService"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/getSecurity_Firewall_Map_Context_MainService.php"
    "line" => 35
    "function" => "load"
    "class" => "ContainerLqjmsxH\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/var/cache/dev/ContainerLqjmsxH/App_KernelDevDebugContainer.php"
    "line" => 652
    "function" => "do"
    "class" => "ContainerLqjmsxH\getSecurity_Firewall_Map_Context_MainService"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/dependency-injection/Container.php"
    "line" => 427
    "function" => "load"
    "class" => "ContainerLqjmsxH\App_KernelDevDebugContainer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/dependency-injection/Argument/ServiceLocator.php"
    "line" => 42
    "function" => "getService"
    "class" => "Symfony\Component\DependencyInjection\Container"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-bundle/Security/FirewallMap.php"
    "line" => 78
    "function" => "get"
    "class" => "Symfony\Component\DependencyInjection\Argument\ServiceLocator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-bundle/Security/FirewallMap.php"
    "line" => 52
    "function" => "getFirewallContext"
    "class" => "Symfony\Bundle\SecurityBundle\Security\FirewallMap"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-bundle/EventListener/FirewallListener.php"
    "line" => 45
    "function" => "getFirewallConfig"
    "class" => "Symfony\Bundle\SecurityBundle\Security\FirewallMap"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "configureLogoutUrlGenerator"
    "class" => "Symfony\Bundle\SecurityBundle\EventListener\FirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/resoh.fr/httpdocs/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/resoh.fr/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"28c3e27ab0d71385d4c68249e5e1f934"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://resoh:xfH127&4k@127.0.0.1:3306/resoh_"
GOOGLE_PLACES_API_KEY
"AIzaSyDRqnaGjgWRSymLQnDKloYdJ6h4Mrz7GNA"
MAILER_DSN
"smtp://no-reply@resoh.fr:YoyoReims511@resoh.fr:465?encryption=tls"
STRIPE_PUBLIC_KEY
"pk_test_51NL9kZFTNbOaE03xrbgPlE0t6hA6SaJMzCaxH89Oiae66ZPj4CrnKftqh4lFPm4BjLmRNRZagJmO9TJh59sr2pr800TRXbx95K"
STRIPE_SECRET_KEY
"sk_test_51NL9kZFTNbOaE03xz1wfy3eMD936sblGRyAngIG95jEIHFtCvcAD5n1k3OyjUHhBQtLySj1GDIfTHm9c05tOlOQZ00hHnUcyGu"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"517"
CONTENT_TYPE
"multipart/form-data; boundary=----WebKitFormBoundaryIaxUpSOTrvN1EAAm"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/resoh.fr/httpdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/resoh.fr/httpdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/resoh.fr"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"__stripe_mid=7b8fcd1c-8fe7-4e0d-ba78-85e837556e8b48873c; perf_dv6Tr4n=1; __stripe_sid=e8261ae8-1723-41e5-b9f2-de17988c20acd68440; PHPSESSID=6la5lp6cj1o9mrvijcepa9i12r"
HTTP_HOST
"resoh.fr"
HTTP_ORIGIN
"https://resoh.fr"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://resoh.fr/service/autocar/summary"
HTTP_SEC_CH_UA
""Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"41.204.127.33"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_REDIRECT_SCRIPT_URI
"https://resoh.fr/client/reload-credit"
REDIRECT_REDIRECT_SCRIPT_URL
"/client/reload-credit"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"Z2h4RNYZadksY0_Hy9II9AAAAJE"
REDIRECT_SCRIPT_URI
"https://resoh.fr/client/reload-credit"
REDIRECT_SCRIPT_URL
"/client/reload-credit"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z2h4RNYZadksY0_Hy9II9AAAAJE"
REDIRECT_URL
"/public/client/reload-credit"
REMOTE_ADDR
"41.204.127.33"
REMOTE_PORT
"60462"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1734899780
REQUEST_TIME_FLOAT
1734899780.4002
REQUEST_URI
"/client/reload-credit"
SCRIPT_FILENAME
"/var/www/vhosts/resoh.fr/httpdocs/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://resoh.fr/client/reload-credit"
SCRIPT_URL
"/client/reload-credit"
SERVER_ADDR
"51.77.244.40"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"resoh.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at resoh.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN,CORS_ALLOW_ORIGIN,GOOGLE_PLACES_API_KEY,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY"
UNIQUE_ID
"Z2h4RNYZadksY0_Hy9II9AAAAJE"
USER
"resoh.fr_lezybxql2bb"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = e4a639)

Key Value
_controller
"App\Controller\Client\PaymentController::creditReloadModal"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_client_credit_reload_modal"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"6a4c6e"