forked from shihaam/thijooree
remove *** on customer amount set PayMV QRs, #29
This commit is contained in:
@@ -41,7 +41,7 @@ object PaymvQrParser {
|
|||||||
|
|
||||||
PaymvQrData(
|
PaymvQrData(
|
||||||
accountNumber = merchantInfo?.get("03"),
|
accountNumber = merchantInfo?.get("03"),
|
||||||
amount = root["54"],
|
amount = root["54"]?.takeIf { it != "***" },
|
||||||
purpose = additionalData?.get("08"),
|
purpose = additionalData?.get("08"),
|
||||||
merchantName = root["59"]
|
merchantName = root["59"]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user