Drupal Ubercart Error

I received the following error in a virtual merchant payment gateway in UberCart:

Credit card payment declined error message. Array ( [errorCode] => 4009 [errorName] => Required Field Not Supplied [errorMessage] => The field Customer Code (ssl_customer_code) required but not supplied in the authorization request. )

To fix this, add the following between line 118 and 119 in uc_virtualmerchant.module:

'ssl_customer_code' => 1111,