dibs 7.x-1.4

Bug fixes
Unsupported

Fix a bug introduced in 7.x-1.3 killing the dibs frontend redirect page.

dibs 7.x-1.3

Bug fixes
New features
Unsupported

A lot of fixes and added a bit of exposure of the dibs transaction table to views.

dibs 7.x-1.2

New features
Unsupported
  • Improve handling of transactions for Drupal Commerce integration
  • Add support to use HMAC key instead of the old dual MD5 keys
  • Add support for the mobile payment window

dibs 6.x-2.x-dev

New features

Initial work to replace the deprecated PayWin with the new flexible and responsive Payment Window.

dibs 7.x-2.x-dev

Initial dev for 7.x-2.x. This release is 100% the same as the final 7.x-1.0 release.

dibs 7.x-1.0-rc1

New features
Bug fixes
Unsupported
  • Added split payments
  • Saving payment fee in transaction table
  • Bugfixes

dibs 7.x-1.0-beta1

New features
Unsupported

First beta-release for Drupal 7. Includes support for Drupal Commerce.

See #1065766: Drupal 7 port - alpha version for details.

dibs 6.x-1.0

Unsupported

Since this module is widely used, and there is no known bugs, let's call it a stable release.

dibs 6.x-1.x-dev

Initial dev release.

2009-08-12:
Added a params field to the transactions table. This field contains a serialized array of extra params needed by the module/delta that implements the DIBS API. It is possible in the $data array sent to the function dibs_payment_prepare() to provide this params array, see the dibs_example.module.

The two fields api_module and api_delta are now sent as hidden fields to DIBS. The info can be used in the FlexWindow decorator file if we for example want some things on the implementation in module X and some other design elements shown in module Y.

2009-08-16:
1. A new hook has been implemented: hook_dibsapi_form_alter(). It makes it possible to alter the form array used on the DIBS redirect page. Therefore has the hook_dibsapi.php example file been renamed to hooks.php and now includes info about both hooks. This hook could for example be used to sent extra data to the DIBS FlexWindow. In the FlexWindow can the data be outputtet using . On FDM.dk are we using this hook to sent a JSON encoded array to the FlexWindow, containing a number of steps in the payment flow. The steps are different from module/delta to module/delta and therefore could we not just hardcode them in the decorator file. We are rendering the steps in the FlexWindow using Javascript.

Subscribe with RSS Subscribe to Releases for DIBS Payment Gateway API