Problem/Motivation
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.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork commerce_saferpay-3522664
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
berdirMerged.