Document appropriate migration paths from D7 to D10

Created on 17 February 2024, 7 months ago

Problem/Motivation

Document the recommended setup for migrating D7 payment data to D10.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

1.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

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

Comments & Activities

  • Issue created by @DamienMcKenna
  • πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

    This is what I'm working on so far as a fine tuning of the configuration from commerce_migrate:

    source:
      plugin: commerce1_payment_transaction
      constants:
        type: payment_manual
    process:
      payment_id: transaction_id
      type: constants/type
      payment_gateway:
        -
          plugin: static_map
          source: payment_method
          map:
            # Active payment methods.
            payflow_link: paypal_pfl
            paypal_ppa: paypal_ppa
            # Test payments.
            commerce_payment_example: commerce_payment_example
            # Legacy payment methods.
            authnet_aim: authnet_aim
            paypal_ec: paypal_express
            paypal_wpp: paypal_checkout
        -
          plugin: skip_on_empty
          method: row
    

    Is this accurate?

Production build 0.71.5 2024