| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | trait CompletePurchaseRequestTrait |
||
| 13 | { |
||
| 14 | use HasGatewayRequestTrait; |
||
| 15 | use HasModelRequest; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @inheritdoc |
||
| 19 | */ |
||
| 20 | 3 | public function getData() |
|
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param \ByTIC\Payments\Gateways\Providers\Payu\Gateway $model |
||
| 33 | */ |
||
| 34 | 3 | protected function updateParametersFromGateway($gateway) |
|
| 38 | } |
||
| 39 | } |