Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
148 stars 85 forks source link

No debug message 0 (0x0). #259

Closed quintene closed 2 years ago

quintene commented 2 years ago

Hi! I want to use this library within an aws lambda function dotnetcore3.1, After installing and running the example the code just exited. No debug message is provided, no exception is triggerd. If I run within a node enviroment given another library I'am able to create payments.

Even fetching an existing payment does result in: The program '[26072] dotnet.exe' has exited with code 0 (0x0).

I tried implementing another client with the given 2.1tls ptotocol but nothing seem to change the behaviour of the library. Do I miss something, do other people experience the same result.

Thanks in advance. molliedotnet