| Аргумент | Возможный тип | Описание |
| $item | — | — |
| $txn | — | — |
| $status | — | — |
$this->log('eBayPaymentStatus() - Updates order payment status (Item: '.$item.',Txn: '.$txn.',Status:'.$status.')');
return $this->call('order/paymentStatus/', array('item' => $item, 'txn' => $txn, 'status' => $status));