payment_method_types config getting duplicated

Created on 4 June 2019, over 5 years ago
Updated 24 July 2024, 4 months ago

After installing and setting up commerce_purchase_order and exporting my site config, it worked fine, but the "payment_method_types" key in the commerce_payment.commerce_payment_gateway.purchase_order.yml config looked like this:

  payment_method_types:
    - purchase_order
    - purchase_order

Then, the next time I tried importing my site's config, it saw that config file as being changed. Even if I import it again, it still shows up as being modified next time. So then I re-exported my site config, and then the config file had this:

  payment_method_types:
    - purchase_order
    - purchase_order
    - purchase_order

I thought that was the end of it, but today I re-exported my configuration again and now there are 4 instances:

  payment_method_types:
    - purchase_order
    - purchase_order
    - purchase_order
    - purchase_order
🐛 Bug report
Status

Fixed

Version

3.0

Component

Payment

Created by

🇺🇸United States bmcclure West Virginia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024