Skip to content
Snippets Groups Projects
Commit eef5d837 authored by mattwire's avatar mattwire
Browse files

Fix function name in test

parent 894acee1
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class UpdateAmountOnRecurMJWTest extends CiviUnitTestCase implements HeadlessInt
->execute()
->first();
$priceFieldValues = \Civi\Api4\PriceFieldValue::getDefaultPriceFieldValueForContribution(FALSE)->execute();
$priceFieldValues = \Civi\Api4\PriceFieldValue::getDefaultPriceFieldValueForContributionMJW(FALSE)->execute();
$orderCreateParams = [
'receive_date' => date('YmdHis'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment