dibs 7.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| dibs-7.x-1.0-rc2.tar.gz | 26.52 KB | 955aea0488624bf6744b2eea8c3499da |
| dibs-7.x-1.0-rc2.zip | 33.2 KB | 41a55d14615f7261a3190dccb992fb52 |
Release notes
- Add missing column on transactions table.
- #1403940: Make callback URLs configurable
- #1329164: Notice in dibs_payment_prepare()
dibs 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| dibs-7.x-1.0-rc1.tar.gz | 26.31 KB | 901fc2a80820fc3ef536165e848ea4dc |
| dibs-7.x-1.0-rc1.zip | 32.98 KB | 3eb2fde8fb2588bae1ddf0371e7b0c3e |
Release notes
- Added split payments
- Saving payment fee in transaction table
- Bugfixes
dibs 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| dibs-7.x-1.0-beta1.tar.gz | 23.87 KB | 7c6f0261347296ffa4c2f22d4b1cbb35 |
| dibs-7.x-1.0-beta1.zip | 30.27 KB | 2599616050b3f419478f5342fb6ca338 |
Release notes
First beta-release for Drupal 7. Includes support for Drupal Commerce.
See #1065766: Drupal 7 port - alpha version for details.
dibs 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dibs-7.x-1.x-dev.tar.gz | 26.54 KB | 225fbf830fef9b02eb3a10464198351d |
| dibs-7.x-1.x-dev.zip | 33.22 KB | 3fa1f229f86586b2303de139880567f7 |
Release notes
Main development branch for Drupal 7.
dibs 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| dibs-6.x-1.0.tar.gz | 21.3 KB | 1add90c248e3dbbf0ae7300b3ac13dfe |
| dibs-6.x-1.0.zip | 26.67 KB | 2169a216efd587c28275d85e80495511 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| dibs-6.x-1.x-dev.tar.gz | 21.67 KB | 27e2afd4c6727026472767a429e1a7dd |
| dibs-6.x-1.x-dev.zip | 27.07 KB | edf62629aa19b6cc9aef7a7035cf27a9 |
Release notes
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.