Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
16.03 KB
MD5: ca5fc7cd5454ee58048911202c58939d
SHA-1: 98b9052d77b902773e5bb2b1da5788d9502eabd5
SHA-256: 25eb0b78b691a2211e10f75602bf3fb08ea93fd963400a79beed53ef523b4bdd
Download zip
18.63 KB
MD5: 68cf7a1b9b0e049f5e58c7d5804f8dba
SHA-1: 8749361e489ff0c909f2fa6eb080e4ad0e69062d
SHA-256: c69f31f1d39a30d1cd2be608d0c24b4f3f65ce40d5e94f40616882e37414b22d
Release notes
Important! Before updating, create a backup of your database and test the update on a dev site first!
#2270285: Use Payment Transaction entity changes a lot of things.
- Tokens have changed. Now every data returned from CIB (like RC, RT etc.) belongs to the commerce_payment_transaction entity, not to the commerce_order. Review your displayed messages and outgoing emails and change all tokens! The commerce_cib_rules submodule has some examples.
- A direct dependency of Commerce payment fields has been introduced. The update process takes care of enabling it but you need to put it into your modules folder.
- Do not use "drush updb" since it does not respect hook_requirements(). Use the UI instead!