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

Command icon 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

berdir created an issue. See original summary.

  • berdir committed dc66e031 on 8.x-1.x
    Issue #3522664 by berdir: Authorized time is not set correctly
    
berdir’s picture

Status: Active » Fixed

Merged.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.