- [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
, andCurrency.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 ofSumUpApi.checkout(Activity activity, SumUpPayment payment, int requestCode)
- [API CHANGE]
SumUpPayment.productAmount(double) and SumUpPayment.tipAmount(double)
are deprecated in favor ofSumUpPayment.total(BigDecimal) and SumUpPayment.tip(BigDecimal)
- [API CHANGE]
SumUpPayment.productTitle(String)
is deprecated in favor ofSumUpPayment.title(String)
- [IMPROVEMENT] Various bug fixes and enhancements around the Bluetooth scanning and connection