github sumup/sumup-android-sdk v2.5.0
Release 2.5.0

latest releases: v5.0.3, v5.0.2, v5.0.1...
7 years ago
  • [IMPROVEMENT] Decoupled login from checkout - A SumUp account can be logged in independently of performing a checkout
  • [ADDED] Adds support for Bulgarian lev, Chilean Peso, and Danish Krone - Currency.BGN, Currency.CLP, and Currency.DKK
  • [ADDED] Adds support for new european countries - bg, da, sk
  • [API CHANGE] SumUpApi.openPaymentActivity(Activity activity, SumUpPayment payment, int requestCode) is deprecated in favor of SumUpApi.checkout(Activity activity, SumUpPayment payment, int requestCode)
  • [API CHANGE] SumUpPayment.productAmount(double) and SumUpPayment.tipAmount(double) are deprecated in favor of SumUpPayment.total(BigDecimal) and SumUpPayment.tip(BigDecimal)
  • [API CHANGE] SumUpPayment.productTitle(String) is deprecated in favor of SumUpPayment.title(String)
  • [IMPROVEMENT] Various bug fixes and enhancements around the Bluetooth scanning and connection

Don't miss a new sumup-android-sdk release

NewReleases is sending notifications on new releases.