Problem/Motivation

The commerce_payment_method_profile field formatter (Drupal\commerce_payment\Plugin\Field\FieldFormatter\PaymentMethodProfileFormatter) has formatter configuration. However, it has no config schema.

Proposed resolution

Add config schema for commerce_payment_method_profile field formatter

Remaining tasks

  1. Write a merge request
  2. Review
  3. Commit

User interface changes

None

API changes

None

Data model changes

None

CommentFileSizeAuthor
#4 3610606-4.patch652 bytesidebr

Issue fork commerce-3610606

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

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review

The merge request adds a config schema for commerce_payment_method_profile field formatter

idebr’s picture

StatusFileSize
new652 bytes

jsacksick made their first commit to this issue’s fork.

jsacksick’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • idebr committed 757a4c74 on 3.x
    Issue #3610606: Add config schema for commerce_payment_method_profile...