| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | trait HasGatewayRequestTrait |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param IsPurchasableModelTrait $model |
||
| 16 | */ |
||
| 17 | 7 | protected function updateParametersFromPurchase($model) |
|
| 24 | } |
||
| 25 | 7 | } |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param AbstractGateway $gateway |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | abstract protected function updateParametersFromGateway($gateway); |
||
| 32 | } |