pagseguro / pagseguro-sdk-java

Biblioteca de integração JAVA.
79 stars 63 forks source link

By using LinkedHashMap we ensure that when iterating the map, it will get the items in the same order that items were added (avoiding unit test error on RequestMapTest line 29 and line 39) #18

Closed diegojlima closed 4 years ago

diegojlima commented 7 years ago

By using LinkedHashMap we ensure that when iterating the map, it will get the items in the same order that items were added (avoiding unit test error on RequestMapTest line 29 and line 39)

gabriellucius commented 7 years ago

Hello @diegojlima

We need to validate your PR and, if everything is OK, we will accept it.

Thanks for the contribution!