uc_currency.yml in Commerce Migrate 3.0.x
Same filename and directory in other branches
modules/ubercart/migrations/uc_currency.yml
File
modules/ubercart/migrations/uc_currency.ymlView source
- # Ubercart currency information.
- id: uc_currency
- label: Migrate store from Ubercart
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Ubercart
- - Configuration
- source:
- plugin: uc_currency
- variables:
- # The ISO 4217 currency code.
- - uc_currency_code
- - uc_currency_prec
- - uc_currency_sign
- # uc_currency_dec and uc_currency_thou are not used.
- # - uc_currency_prec
- # - uc_currency_sign
- process:
- currencyCode: uc_currency_code
- name: currency_name
- numericCode: numeric_code
- symbol: uc_currency_sign
- fraction_digits: uc_currency_prec
- destination:
- plugin: entity:commerce_currency
- destination_module: commerce_price