Skip to content

Version 6.2.0

Choose a tag to compare

@MichaelBengtsson MichaelBengtsson released this 05 Mar 12:21
· 35 commits to main since this release
4020012
  • Add setClientInfo() and getClientInfo() for Paymentorder
  • Add Constructor for Paymentorder that sets the ClientInfo with the Integration SDK name and version
  • Add ClientInfoInterface interface with getIntegrationSdkName(), getIntegrationSdkVersion(), getClientType(), setClientType() getPlatformName(), setPlatformName(), getPresentationSdkName(), setPresentationSdkName(), getPresentationSdkVersion(), setPresentationSdkVersion(), getIntegrationModuleName(), setIntegrationModuleName(), getIntegrationModuleVersion() and setIntegrationModuleVersion() methods
  • Add ClientInfo class implementing ClientInfoInterface with a constructor that sets the Integration SDK name and version, and methods to get and set the client type, platform name, presentation SDK name and version