Index: uc_credit.module
===================================================================
--- uc_credit.module	(revision 188)
+++ uc_credit.module	(working copy)
@@ -432,9 +432,9 @@
       if (isset($_POST['payment_details_data'])) {
         $cache = uc_credit_cache('save', $_POST['payment_details_data']);
       }
-      
+
       // Account for partial CC numbers when masked by the system.
-      if (substr($cc_data['cc_number'], 0, strlen(t('(Last4)'))) == t('(Last4)')) {
+      if (substr($cc_data['cc_number'], 0, strlen(t('(Last 4) '))) == t('(Last 4) ')) {
         // Recover the number from the encrypted data in $_POST if truncated.
         if (isset($cache['cc_number'])) {
           $cc_data['cc_number'] = $cache['cc_number'];
