Skip to content
Snippets Groups Projects
Commit 095a0a55 authored by efalcy's avatar efalcy
Browse files

fix test from error on merge

parent 4d03eb21
Branches
Tags
No related merge requests found
Pipeline #33949 passed with stage
in 21 minutes and 3 seconds
......@@ -104,16 +104,13 @@ class Class_WebService_SIGB_Nanook_PatronInfoReader
public function endLabel(string $data): self {
if ($this->_xml_parser->inParents('debt')
&& $this->_current_debt){
&& $this->_current_debt)
$this->_current_debt->setLabel(trim($data));
if ($this->_xml_parser->inParents('sendingChannel')
&& $this->_current_sending_channel)
$this->_current_sending_channel->setLabel($data);
return $this;
}
if ($this->_xml_parser->inParents('paymentReceiver')
&& $this->_payment_receiver)
$this->_payment_receiver->label = trim($data);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment