| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | 1 | public function __construct( |
|
| 13 | public readonly Model $model, |
||
| 14 | public readonly StripePaymentAmount $payment_amount, |
||
| 15 | public readonly array $intent_params = [], |
||
| 16 | public readonly array $intent_options = [], |
||
| 17 | public readonly array $confirmation_params = [], |
||
| 18 | public readonly array $confirmation_options = [], |
||
| 19 | ) { |
||
| 20 | 1 | } |
|
| 22 |