From 96be5b15265d62f86c79add17459f413b93c201a Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 4 Nov 2022 11:39:49 +1300 Subject: [PATCH] Revert "Add missing country=>billingCountry to PropertyBag mapping" This reverts commit 99d7dc7bd17b81e7041c7d85d72b0e70210201d8. --- Civi/Payment/PropertyBag.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index 2b39b84743..19cfcd66d9 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -43,7 +43,6 @@ class PropertyBag implements \ArrayAccess { 'billing_state_province' => 'billingStateProvince', 'state_province' => 'billingStateProvince', 'billingCountry' => TRUE, - 'country' => 'billingCountry', 'contactID' => TRUE, 'contact_id' => 'contactID', 'contributionID' => TRUE, -- 2.25.1