Problem/Motivation

Before we take the next steps towards a release we should apply some tools to the code so future patches will use a better baseline (formatting, coding standards).

Proposed resolution

I plan to run the following:

  • phpcs
  • php-cs-fixer
  • drupal-check
  • rector with target version PHP 8.1

Remaining tasks

Comments

cspitzlay created an issue. See original summary.

  • cspitzlay committed 0721fd6b on 1.0.x
    Issue #3403407 by cspitzlay: Update README and version requirement.
    
    Now...
cspitzlay’s picture

Issue summary: View changes
cspitzlay’s picture

The four tools have been run and the found issues have been fixed.

In addition, some deprecated uses of the Unzer SDK around the handling of the basket have been fixed.
One side effect of this is that there is now a stricter validation on the Unzer side.
Basket items with a value of zero are no longer allowed and will now be skipped
when we create the basket.

cspitzlay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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