Forgot to commit the prettyPrintHbciMessage() got removed from old place
This commit is contained in:
parent
adceb5d4d2
commit
d4b900b770
|
@ -697,10 +697,6 @@ open class FinTsClient @JvmOverloads constructor(
|
|||
return message
|
||||
}
|
||||
|
||||
protected fun prettyPrintHbciMessage(message: String): String {
|
||||
return message.replace("'", "'\r\n")
|
||||
}
|
||||
|
||||
|
||||
protected open fun handleMayRequiresTan(response: Response, dialogContext: DialogContext): Response { // TODO: use response from DialogContext
|
||||
|
||||
|
|
Loading…
Reference in New Issue