commerce1_payment_gateway.yml in Commerce Migrate 8.2
Same filename and directory in other branches
modules/commerce/migrations/commerce1_payment_gateway.yml
File
modules/commerce/migrations/commerce1_payment_gateway.ymlView source
- id: commerce1_payment_gateway
- label: Commerce payment gateway
- migration_tags:
- - Drupal 7
- - Commerce
- - Configuration
- source:
- plugin: commerce1_payment_gateway
- constants:
- plugin: manual
- process:
- id:
- plugin: machine_name
- source: payment_method
- label: payment_method
- # Migrated payments are considered historical and should not initiate real
- # transactions; therefore the manual payment gateway is used.
- plugin: 'constants/plugin'
- destination:
- plugin: 'entity:commerce_payment_gateway'
- destination_module: commerce_payment_gateway