Werkint / Qiwi

QIWI payment system SOAP library
Other
23 stars 4 forks source link

namespace issue #1

Open hd-deman opened 11 years ago

hd-deman commented 11 years ago

when i try to check service with qiwi tool https://ishop.qiwi.ru/protocolSOAP.action: Catchable Fatal Error: Argument 1 passed to Werkint\Qiwi\Soap\Server::updateBill() must be an instance of Werkint\Qiwi\ServerMethods\UpdateBillResponse, instance of stdClass given in werkint/qiwi/lib/Werkint/Qiwi/Soap/Server.php line 56

hd-deman commented 11 years ago

if i update line 56 in lib/Werkint/Qiwi/Soap/Server.php ftom public function updateBill(S\UpdateBillResponse $param) to public function updateBill(Werkint\Qiwi\ServerMethods\UpdateBillResponse $param) then its ok.

nick4fake commented 11 years ago

This is strange, as everything works for me. What version of PHP do you use?