Moneris / Moneris-Gateway-API-PHP

23 stars 55 forks source link

The mpgRequest::toXML() might generate n-duplication of xml if it is called n times #9

Open nguyenvuduc opened 6 years ago

nguyenvuduc commented 6 years ago

At the end of the method, we can see that the xml result is concatenate to the this->xmlString without clearing it. Therefore, if we call the method n times, it will generate n xmlString