Skip to content

Commit

Permalink
Fixed namespacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 9, 2016
1 parent 7ac5872 commit 4ccca85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function buildXML( \Aimeos\MShop\Order\Item\Iface $invoice )
$orderlist->appendChild( $orderitem );
$dom->appendChild( $orderlist );
}
catch( DOMException $e )
catch( \DOMException $e )
{
$msg = 'Creating XML file with order data for delivery provider failed: %1$s';
throw new \Aimeos\MShop\Service\Exception( sprintf( $msg, $e->getMessage() ), 0, $e );
Expand Down

0 comments on commit 4ccca85

Please sign in to comment.