You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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