commerce1_profile_revision.yml in Commerce Migrate 3.0.x
Same filename and directory in other branches
  modules/commerce/migrations/commerce1_profile_revision.yml
File
modules/commerce/migrations/commerce1_profile_revision.ymlView source
- id: commerce1_profile_revision
 - label: Commerce customer profile
 - migration_tags:
 -   - Drupal 7
 -   - Commerce
 -   - Content
 - deriver: Drupal\commerce_migrate_commerce\Plugin\migrate\ProfileDeriver
 - source:
 -   plugin: commerce1_profile_revision
 -   profile_type:
 -     - billing
 -     - shipping
 - process:
 -   profile_id: profile_id
 -   revision_id: revision_id
 -   # Change the Commerce 1 default customer bundle 'billing' to 'customer'.
 -   type:
 -     plugin: static_map
 -     source: type
 -     bypass: true
 -     map:
 -       billing: customer
 -   uid: uid
 -   status: status
 -   created: created
 -   changed: changed
 -   data: data
 - destination:
 -   plugin: entity:profile
 -   destination_module: profile
 - migration_dependencies:
 -   required:
 -     - commerce1_profile