Documentation

Errors

Table of Contents

app/Integrations/Payments/PayU/Connector/NotificationConsumer.php 1
app/Integrations/Payments/PayU/Order/BuyerDto.php 1
app/Integrations/Payments/PayU/Order/CreateResponseDto.php 1
app/Integrations/Payments/PayU/Order/OrderDto.php 1
app/Integrations/Payments/PayU/Order/ProductDto.php 1

NotificationConsumer.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{signature: string, algorithm:string}" has error "\App\Integrations\Payments\PayU\Connector\array{signature: string" is not a valid Fqsen.

BuyerDto.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{ email: string, phone: string, firstName: string, lastName: string, } $buyerData" has error "\App\Integrations\Payments\PayU\Order\array{ email: string" is not a valid Fqsen.

CreateResponseDto.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{ orderId: string, redirectUri: string, extOrderId: string } $responseData" has error "\App\Integrations\Payments\PayU\Order\array{ orderId: string" is not a valid Fqsen.

OrderDto.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{ customerIp: string, description: string, currencyCode: string, totalAmount: string, products: array, extOrderId: string, merchantPosId: int|null, orderId: string|null, buyer: array|null, continueUrl: string|null, statementDescription: string|null, validityTime: int|null, notifyUrl: string|null, visibleDescription: string|null, } $orderData" has error "\App\Integrations\Payments\PayU\Order\array{ customerIp: string" is not a valid Fqsen.

ProductDto.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{ name: string, unitPrice: string, quantity: int, virtual: bool|null, } $productData" has error "\App\Integrations\Payments\PayU\Order\array{ name: string" is not a valid Fqsen.

Search results