From 99d7dc7bd17b81e7041c7d85d72b0e70210201d8 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Thu, 11 Aug 2022 22:00:20 +0100 Subject: [PATCH] Add missing country=>billingCountry to PropertyBag mapping --- Civi/Payment/PropertyBag.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index 19cfcd66d9..2b39b84743 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -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, -- 2.25.1