add country code to TC billing info
[trustcommerce.git] / CRM / Core / Payment / TrustCommerce.php
index 1ee3ad831b2e96d59ec49de2dad4c681fbbddf53..e119d2c77631f34b32ba9fc89196bc3906de787d 100644 (file)
@@ -541,6 +541,7 @@ class CRM_Core_Payment_TrustCommerce extends CRM_Core_Payment {
 
     $fields['address1'] = $this->_getParam('street_address');
     $fields['zip'] = $this->_getParam('postal_code');
+    $fields['country'] = $this->_getParam('country');
 
     $fields['name'] = $this->_getParam('billing_first_name') . ' ' . $this->_getParam('billing_last_name');