Contrib type:
ModuleStatus:
Initial uploadSponsored by:
VirtualScape SLCompatibility:
Ubercart Alpha 8A module for accepting payments from La Caixa (spanish bank). Some code has been used from similar ECommerce module by Robert Garrigos http://garrigos.cat
This is an initial upload, but the module has been tested and works.
| Attachment | Size |
|---|---|
| uc_lacaixa.zip | 3.53 KB |



Re: La Caixa Payment
Little change for making it work in test enviroment:
In uc_la_caixa_form, when building the message:
if ($test) {$message = $ds_merchant_amount . $ds_merchant_order . $ds_merchant_merchantcode . $ds_merchant_currency . $tpv_key;
} else {
$message = $ds_merchant_amount . $ds_merchant_order . $ds_merchant_merchantcode . $ds_merchant_currency . $ds_merchant_transactiontype . $ds_merchant_merchanturl . $tpv_key;
}