commit 101d0dc31f40123fb3f43c01f33e57a40d52bcbd parent 10e5010f4e647a562912e4d0a8b9d4d87d0f827f Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Sat, 11 Jan 2020 11:32:39 +0100 Comment. Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt @@ -128,6 +128,10 @@ private fun ApplicationCall.handleEbicsC52(header: EbicsRequest.Header): ByteArr subscriber.bankCustomer.id.value, getGregorianDate().toString(), getGregorianDate().toString() + /* Previous style where dates were fetched from the request: + op as EbicsRequest.StandardOrderParams).dateRange?.start.toString(), +- op.dateRange?.end.toString() + */ ) { println(it) } val ret = constructXml(indent = true) {