Update for renewal form
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Apr 2018 13:11:04 +0000 (09:11 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Apr 2018 13:11:04 +0000 (09:11 -0400)
Use the city id of the city when adding the member contact.

models/front/billing/becomeMember.php

index af9df5d..2b6dfd0 100644 (file)
@@ -281,7 +281,7 @@ class GlmMembersFront_billing_becomeMember // extends GlmDataBilling
                     'ref_type'        => $this->config['ref_type_numb']['Member'],
                     'ref_dest'        => $member_id,
                     'addr1'           => $billing_addr1,
-                    'city'            => $billing_city,
+                    'city'            => $billing_city_id,
                     'state'           => $billing_state,
                     'zip'             => $billing_zip,
                 ),