From 0f6d8132ee28b6b597090994cbb109e9e49022ae Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Thu, 28 Jun 2018 11:42:26 +0200 Subject: [PATCH] Fix incorrect argument type in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e2e69..dc0d0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ For more information, see the [README](https://github.com/sumup/Android-Merchant * [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(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 ## Version 2.4.1