Closed (fixed)
Project:
Commerce Beanstream
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 18:22 UTC
Updated:
2 Jul 2013 at 16:54 UTC
There's a spelling error:
// If the payment failed, display an error and rebuild the form.
if ($response_code[1] != '1') {
drupal_set_message(t('We received the following error processing your card. Please enter you information again or try a different card.'), 'error');
drupal_set_message(check_plain(strip_tags(urldecode($response_message[1]))), 'error');
return FALSE;
}
"Please enter you information again or try a different card."
Comments
Comment #1
fp commentedThanks. Fix committed to the dev branch.
Comment #1.0
fp commentedformatting