Skip to content

1.2.0

Choose a tag to compare

@plpt88 plpt88 released this 28 Aug 12:47
· 44 commits to master since this release

Features:

  • Add methods to Transaction model
    • getRedirectUrl()
    • getMode()
    • getTimestamp()
    • getSentToAcquirer()
    • getAuthorizationCode()
    • getResponseCode()
    • getGaming()
    • getMoto()
    • getPartialApproval()
    • getAVSResponseCode()
    • getAVSResponseText()
    • getDynamicDescriptorParams()
    • getCustomParam(Node, String)
  • Internal Refactoring
    • Removed duplication code for BillingAddressRequest
    • Removed duplication code for ShippingAddressRequest
    • Added Interface for Billing Address attributes
    • Added Interface for Shipping Address attributes
  • Extended Country class
  • Extended Exception error codes and messages
  • Removed Support for AVS Transaction Type

Fixes:

  • Fix for Serialization of requests and responses
    • Implement Serializable in Request class
    • Implement Serializable in Endpoints and Environments classes
    • Implement Serializable in Configuration class
    • Implement Serializable in Http class
    • Implement Serializable in NodeWrapper class