Add tax rates to metadata
authoreileen <emcnaughton@wikimedia.org>
Thu, 2 Jan 2020 22:03:04 +0000 (11:03 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 9 Jan 2020 13:15:18 +0000 (02:15 +1300)
commit49bbb50ecba6e430a00abdb15520bbfdbcb4aac0
treeca18a0f0fd3c05951b2e399be51193dead3abeec
parent91e3e6b1ca0e463903df1149062c64b284b86b7f
Add tax rates to metadata

This doesn't do anything by itself but it lays the foundation for a solid fix for

https://github.com/civicrm/civicrm-core/pull/15895 - ie by having minimum_fee_with_tax as part of our
generally available metadata we get out of all the complexity of doing this in the js layer - which is
what is driving that bug
CRM/Member/BAO/MembershipType.php
tests/phpunit/CRM/Member/BAO/MembershipTest.php