Krishan König

Results 13 issues of Krishan König

UPGRADING.md is still in progress --- ## Some Context... ..on how the new request cycle works

### Added - Support for mollie-api-php v3 with typed request objects - you can now use `Mollie::send(new CreatePaymentRequest(...))`. - `ValidatesWebhookSignatures` middleware for validating incoming webhook signatures. - `HandleIncomingWebhook` controller for...

When executing the following code ```php $request = new CreateConnectBalanceTransferRequest( amount: new Money("EUR", 100), category: "test", description: "test", destination: new TransferParty("test", "test"), source: new TransferParty("test", "bla") ); $client->debugRequest(die: true)->send($request); ```...