Add missing country=>billingCountry to PropertyBag mapping
authorMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 11 Aug 2022 21:00:20 +0000 (22:00 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 11 Aug 2022 21:00:33 +0000 (22:00 +0100)
Civi/Payment/PropertyBag.php

index 19cfcd66d996e4a8990beedb7dc7a4450af54ff4..2b39b8474302804c0e47509b447f86b37baea463 100644 (file)
@@ -43,6 +43,7 @@ class PropertyBag implements \ArrayAccess {
     'billing_state_province'      => 'billingStateProvince',
     'state_province'              => 'billingStateProvince',
     'billingCountry'              => TRUE,
+    'country'                     => 'billingCountry',
     'contactID'                   => TRUE,
     'contact_id'                  => 'contactID',
     'contributionID'              => TRUE,