Skip to content

Commit

Permalink
soapenv:Servercom.ctc.wstx.exc.WstxUnexpectedCharException: Unexpecte…
Browse files Browse the repository at this point in the history
…d character '1' (code 49) expected '=' at [row,col {unknown-source}]: [9,1029]
  • Loading branch information
mah-shamim committed May 4, 2024
1 parent a39fa33 commit f161b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function directCreditRemittance(array $data): array
} else {
$xmlString .= '<xsd:remitterIdentificationNo>'.($data['beneficiary_data']['sender_information']['profile']['id_doc']['id_no'] ?? null).'</xsd:remitterIdentificationNo>';
}
$xmlString .= '<xsd:remitterName'.($data['beneficiary_data']['sender_information']['name'] ?? null).'</xsd:remitterName>';
$xmlString .= '<xsd:remitterName>'.($data['beneficiary_data']['sender_information']['name'] ?? null).'</xsd:remitterName>';
$xmlString .= '<xsd:remitterPhoneNo>'.($data['beneficiary_data']['sender_information']['mobile'] ?? null).'</xsd:remitterPhoneNo>';
$xmlString .= '<xsd:secretKey>'.($data['beneficiary_data']['reference_no'] ?? null).'</xsd:secretKey>';
$xmlString .= '<xsd:transReferenceNo>'.($data['beneficiary_data']['reference_no'] ?? null).'</xsd:transReferenceNo>';
Expand Down

0 comments on commit f161b92

Please sign in to comment.