wallee-payment / java-sdk

The wallee Java SDK allows an easy integration of the wallee payment hub into Java applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input byte array has wrong 4-byte ending unit

Sehic opened this issue · comments

Used same code from your example.
Updated only spaceId, userId, and authKey.
Got this issue when executing this line of code
Transaction transaction = apiClient.getTransactionService().create(spaceId, request);