Add Price api entities
authoreileen <emcnaughton@wikimedia.org>
Wed, 20 May 2020 02:25:15 +0000 (14:25 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 25 May 2020 23:56:29 +0000 (11:56 +1200)
commitf1e6d66559af78fbad7a15d5b3beddebf4ea5647
tree550095ae1984c3ddb970c25c9ca4715cda37d067
parent29a34de165e3d03af628e6cb18996a910022981d
Add Price api entities

Api4 entities for Price, PriceField & PriceFieldValue.

All 3 entities are accessed in the PriceFieldTest
Civi/Api4/LocationType.php
Civi/Api4/PriceField.php [new file with mode: 0644]
Civi/Api4/PriceFieldValue.php [new file with mode: 0644]
Civi/Api4/PriceSet.php [new file with mode: 0644]
tests/phpunit/api/v3/PriceFieldTest.php