Skip to content

1.3.0.0

Compare
Choose a tag to compare
@GreatG0ose GreatG0ose released this 06 Oct 09:02
9115e0a

New version of Java SDK is not configurable via unzer.properties file anymore.

Breaking changes

  • Removed class com.unzer.payment.service.PropertiesUtil, unzer.properties file and privatekey1, privatekey2, privatekey3, publickey1, marketplacekey
    and corresponding constants PUBLIC_KEY1, PRIVATE_KEY1, PRIVATE_KEY2, PRIVATE_KEY3, MARKETPLACE_PRIVATE_KEY. Since this properties were used only for internal testing purpose.
  • Removed property applepay.validValidationUrls from unzer.properties. Use com.unzer.payment.util.ApplePayAdapterUtil.replaceValidationUrls instead
  • Changed method com.unzer.payment.util.ApplePayAdapterUtil.getPlainDomainName() modifier to private.
  • Removed unzer.properties file. Use com.unzer.payment.util.ApplePayAdapterUtil.setCustomAppleValidationUrls to configure ApplePay validation urls.

Changed