@@ -287,7 +287,7 @@ |
||
287 | 287 | } |
288 | 288 | |
289 | 289 | /** |
290 | - * @return int |
|
290 | + * @return string |
|
291 | 291 | */ |
292 | 292 | public function getShippingZip() |
293 | 293 | { |
@@ -213,7 +213,7 @@ |
||
213 | 213 | |
214 | 214 | /** |
215 | 215 | * @param string $name |
216 | - * @param mixed $value |
|
216 | + * @param string $value |
|
217 | 217 | * |
218 | 218 | * @return bool|null |
219 | 219 | */ |
@@ -199,7 +199,7 @@ |
||
199 | 199 | /** |
200 | 200 | * @param \Orm\Zed\Payone\Persistence\SpyPaymentPayone $paymentEntity |
201 | 201 | * |
202 | - * @return \SprykerEco\Zed\Payone\Business\Api\Request\Container\Authorization\PaymentMethod\CreditCardPseudoContainer |
|
202 | + * @return InvoiceContainer |
|
203 | 203 | */ |
204 | 204 | protected function createPaymentMethodContainerFromPayment(SpyPaymentPayone $paymentEntity) |
205 | 205 | { |
@@ -146,7 +146,7 @@ |
||
146 | 146 | /** |
147 | 147 | * @param \Orm\Zed\Payone\Persistence\SpyPaymentPayone $paymentEntity |
148 | 148 | * |
149 | - * @return \SprykerEco\Zed\Payone\Business\Api\Request\Container\Authorization\PaymentMethod\CreditCardPseudoContainer |
|
149 | + * @return PrepaymentContainer |
|
150 | 150 | */ |
151 | 151 | protected function createPaymentMethodContainerFromPayment(SpyPaymentPayone $paymentEntity) |
152 | 152 | { |
@@ -457,7 +457,7 @@ |
||
457 | 457 | /** |
458 | 458 | * @param int $transactionId |
459 | 459 | * |
460 | - * @return \SprykerEco\Zed\Payone\Business\Api\Response\Container\GetInvoiceResponseContainer |
|
460 | + * @return string |
|
461 | 461 | */ |
462 | 462 | public function getInvoiceTitle($transactionId) |
463 | 463 | { |