- 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?