CRM-15509 payment processor structure fix typo on previous
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 21:21:48 +0000 (10:21 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 27 Oct 2014 21:21:48 +0000 (10:21 +1300)
CRM/Core/Payment/Form.php

index dacf7c583fa0599a045eb08013c65b51767ed59e..59ced78187e20be7dc657c518b35ad2cacd6f8dd 100644 (file)
@@ -141,7 +141,7 @@ class CRM_Core_Payment_Form {
       "billing_street_address-{$bltID}",
       "billing_city-{$bltID}",
       "billing_country_id-{$bltID}",
-      "billing_state_province_id-{$bltID}".
+      "billing_state_province_id-{$bltID}",
       "billing_postal_code-{$bltID}",
     ));
   }