CyberSource / cybersource-sdk-java

Java SDK for CyberSource Simple Order API
Other
51 stars 84 forks source link

Transaction reply map type #114

Closed gorhawk closed 4 years ago

gorhawk commented 5 years ago

https://github.com/CyberSource/cybersource-sdk-java/blob/d7ea22362fd26eafa5693c33b9e4c8262cf1d542/java/src/main/java/com/cybersource/ws/client/Client.java#L162

If we know here that the returned type is Map<String, String>, why not change the return type of the function? This causes all kinds of "unchecked" type warnings, even in this code it's suppressed with an annotation.

mahendya1002 commented 4 years ago

we will do it in 6.2.10