Total Complexity | 4 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class PaymentResultHelper { |
||
23 | /** |
||
24 | * Update payment to the payment result response. |
||
25 | * |
||
26 | * @param Payment $payment Payment. |
||
27 | * @param PaymentResultResponse $response Response. |
||
28 | * @return void |
||
29 | */ |
||
30 | 1 | public static function update_payment( Payment $payment, PaymentResultResponse $response ) { |
|
71 |