From f948b21a707de0877ff970f5f4305966ecb0673a Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 1 Feb 2021 20:51:16 +0000 Subject: [PATCH] Add amount as standard property --- Civi/Payment/PropertyBag.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index daf716c7c0..acd2096d25 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -25,6 +25,7 @@ class PropertyBag implements \ArrayAccess { protected $props = ['default' => []]; protected static $propMap = [ + 'amount' => TRUE, 'billingStreetAddress' => TRUE, 'billingSupplementalAddress1' => TRUE, 'billingSupplementalAddress2' => TRUE, -- 2.25.1