From: Matthew Wire Date: Mon, 1 Feb 2021 20:51:16 +0000 (+0000) Subject: Add amount as standard property X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f948b21a707de0877ff970f5f4305966ecb0673a;p=civicrm-core.git Add amount as standard property --- 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,