@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | * |
| 67 | 67 | * @param string $moipAccount Id MoIP MoIP account that will receive payment values. |
| 68 | 68 | * @param string $type Define qual o tipo de recebedor do pagamento, valores possíveis: PRIMARY, SECONDARY. |
| 69 | - * @return int $fixed Initial value that the receiver will receive. |
|
| 69 | + * @return Orders $fixed Initial value that the receiver will receive. |
|
| 70 | 70 | */ |
| 71 | 71 | public function addReceiver($moipAccount, $type = Orders::RECEIVER_TYPE_PRIMARY, $fixed) |
| 72 | 72 | { |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | /** |
| 169 | 169 | * Create a new order in MoIP. |
| 170 | 170 | * |
| 171 | - * @return Orders |
|
| 171 | + * @return stdClass |
|
| 172 | 172 | */ |
| 173 | 173 | public function create() |
| 174 | 174 | { |