Skip to content

Commit 77729dc

Browse files
committed
Forgot to save file before last commit.
1 parent 184c5f3 commit 77729dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/AIMResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(AbstractRequest $request, $data)
2424
$xml = preg_replace('/<createTransactionResponse[^>]+>/', '<createTransactionResponse>', (string)$data);
2525

2626
try {
27-
$xml = simplexml_load_string($xml);
27+
$xml = simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOWARNING);
2828
} catch (\Exception $e) {
2929
throw new InvalidResponseException();
3030
}

0 commit comments

Comments
 (0)