itavero / AMNL-Mollie

PHP 5.3+ library for communicating with Mollie (PSP).
http://itavero.github.io/AMNL-Mollie
MIT License
4 stars 1 forks source link

Use SimpleXMLElement constructor instead of simplexml_load_string #6

Closed itavero closed 11 years ago

itavero commented 11 years ago

Since I'm aiming for a OO library, it would be nice to not call a method (simplexml_load_string in this case) when there is an OO alternative (constructing a new SimpleXMLElement object). So please adjust this on line 94 in AMNL\Mollie\Client.

PS: This is mainly a reminder to myself. ;)

itavero commented 11 years ago

Change made it to the master branch.