- Issue created by @berdir
- @berdir opened merge request.
PHPStorm pointed out that this does nothing as $payment_values is not used at this point:
$payment_values['authorized'] = $this->time->getRequestTime();
so this value isn't stored anymore, it was moved out of the initial array.
Active
1.0
Code