src/integrators/DatabaseIntegrator.php
Method createModel
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createModel(PayModel $model)
{
$process = new Process();
$process->amount = $model->totalAmount;
$process->currency = $model->currency;