Daniel Sippel
Daniel Sippel
`PHP Fatal error: Uncaught Fhp\Dialog\Exception\FailedRequestException: Request Failed: Unknown error in /Users/dsippel/code/fints-hbci-php/lib/Fhp/Dialog/Dialog.php:129 Stack trace: #0 /Users/dsippel/code/fints-hbci-php/lib/Fhp/FinTs.php(135): Fhp\Dialog\Dialog->sendMessage(Object(Fhp\Message\Message)) #1 /Users/dsippel/code/fints-hbci-php/Samples/statement_of_account.php(28): Fhp\FinTs->getSEPAAccounts() #2 {main} thrown in /Users/dsippel/code/fints-hbci-php/lib/Fhp/Dialog/Dialog.php on line 129` Error response contains:...
Version: `"api-platform/core": "v3.2.13"` As documentated here: https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts we set a lot of custom attributes to openapi/swagger, e.g. ``` #[ORM\Column(type: 'string', length: 255)] #[ApiProperty(openapiContext: [ 'example' => 'your text here', ])]...