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
[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