Hi everyone,

I think that the beanstream payment module might have a bug. I get the following error when I try to put through a test transaction.


"Shipping method must be less than 64 characters
- Your credit card could not be authorized for this reason. Please correct the information and try again or contact us for further assistance."



This error goes away when I go into item.php and remove most of the text that I have in red.


define('MODULE_SHIPPING_ITEM_TEXT_TITLE', 'Residence of Closest Inspector');

define('MODULE_SHIPPING_ITEM_TEXT_DESCRIPTION', 'Residence of Closest Inspector');

define('MODULE_SHIPPING_ITEM_TEXT_WAY', '<a href="1.jpg" target="_blank">Address</a>');

Does anyone know how to increase the maximum length of this description within the module?

Thanks!