Commerce CIB

Commerce CIB provides a Drupal Commerce payment method through the gateway of the CIB Bank.
This is an already working module complying to the following requirements of the CIB Bank:

  1. Sends out an email to the customer with the transaction details in case of both successful and failed transactions.
  2. Handles transaction timeouts correctly.

It does not deal with displaying neither the required bank and bank card logos nor the banking and payment information links.

Install

  1. Enable the module
  2. At /admin/commerce/config/payment-methods edit the CIB bank payment method. Click edit next to the CIB bank element in the Actions box. Fill out the form.
  3. At /admin/commerce/config/checkout/rules disable the Email rule.

Roadmap

  1. Cleaning up the module code
  2. hook_mail() should be dropped and tokens with the transaction and order information should be introduced instead to be able to use Rules for email sending.