eWAYPayment / eway-rapid-java

eWAY Rapid Java library
https://www.eway.com.au/
MIT License
5 stars 7 forks source link

Adding the Option fields to the TransactionQuery response #11

Closed Shlomi295 closed 5 years ago

Shlomi295 commented 5 years ago

Edited the InternalTransToTransConverter.java to map the Option fields to the Transaction response when you make a transaction query. Had to change the Option from List to List

Shlomi295 commented 5 years ago

Made some changes to fix the tests and the FraudAction response to handle a "0" value and convert it to NoChallenged enum.