QIWI-API / bill-payments-java-sdk

Java SDK модуль для внедрения единого платежного протокола эквайринга и QIWI Кошелька.
https://developer.qiwi.com/ru/bill-payments
Other
23 stars 12 forks source link

Added support of unknown json fields for BillResponse.java #24

Open AlexeyChubarev opened 2 years ago

AlexeyChubarev commented 2 years ago

RequestMappingIntercessorTest added

pyrinoff commented 2 years ago

Thank you for that solution! With latest update, field "customer" must not be required:

@JsonProperty(value = "customer", required = false) Customer customer,