Skip to content

Commit 7d21105

Browse files
Merge pull request #223 from splohmer/patch-1
Fix of HVE call
2 parents 81fd98e + 5b4e702 commit 7d21105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EbicsClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ public function HVE(HVEContext $hveContext, ?RequestContext $context = null): Up
915915
function (UploadTransaction $transaction) use ($context) {
916916
$transaction->setDigest($context->getHVEContext()->getDigest());
917917
$transaction->setNumSegments(0);
918+
$transaction->setOrderData("");
918919

919920
return $this->requestFactory->createHVE($transaction, $context);
920921
}

0 commit comments

Comments
 (0)