La Caixa Payment

Contrib type: 
Module
Status: 
Initial upload
Compatibility: 
Ubercart Alpha 8

A 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.

AttachmentSize
uc_lacaixa.zip3.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;   
  }