Rob Spoor

Results 15 comments of Rob Spoor

That means that payouts are not enabled for this merchant at this moment. Please contact Ingenico about this.

The `authorizationType` needs to be `v1HMAC`. Have you already read [.NET SDK](https://epayments.developer-ingenico.com/documentation/sdk/server/dotnet/)? It contains some instructions on how to get started.

I can confirm that legacy JARs also have this issue. However, since Quarkus 3.x legacy JAR is enforced if you use `quarkus-azure-functions-http`, which means we cannot switch back to uber...

I've been able to work around this issue by removing the signature files from the JAR file using the Maven antrun plugin: ```xml org.apache.maven.plugins maven-antrun-plugin remove-jar-signatures package run ```

I think I have the same issue, but on a much larger scale. With a version 3.0.x in the OpenAPI spec file, components get parsed to different types like `ObjectSchema`,...