Mangopay / mangopay2-java-sdk

Java SDK for MANGOPAY
https://search.maven.org/artifact/com.mangopay/mangopay2-java-sdk
MIT License
25 stars 29 forks source link

Allow CardApi to be overridden within tests #316

Closed sahbi-ktifa closed 7 months ago

sahbi-ktifa commented 9 months ago

Hello,

Would it possible to modify the visibility of the setter "setCardApi" in com.mangopay.MangoPayApi? Others APIs (wallet, user, ...) have their setters public, making them possible to override within our own test implementation.

Thank you for the answer

fredericdelordm commented 8 months ago

Hello @sahbi-ktifa,

We are looking into it.

sahbi-ktifa commented 7 months ago

Upgraded to 2.35.0 and now all methods are public, good job.