Hey guys...

Just had one transaction get refused by Beanstream. Error is as follows:

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.
So it turns out that the shipping option he has selected is:

Canada Post (1 box(es)) (Domestic Lettermail: estimated 2-4 business days):
OBVIOUSLY more than 64 characters...

Problem is I can't find where that is being generated. In my "/includes/languages/english/modules/shipping/canadapost.php"

I have already changed:

define('MODULE_SHIPPING_PACKAGING_RESULTS', ' box(es) to be shipped');

to:

define('MODULE_SHIPPING_PACKAGING_RESULTS', ' box(es)');

And I can't find any reference to this or a "Letter" module component in the Beasnstream payment module.

Any help directing me to where the shipping description is generated greatly appreciated!