fix: Only list price set prices when calling the price set methods (#7889)

FIXES CORE-2417
This commit is contained in:
Stevche Radevski
2024-07-01 14:24:14 +00:00
committed by GitHub
parent 9b5f26adab
commit 5c7c28709f
3 changed files with 132 additions and 8 deletions
@@ -284,5 +284,5 @@ export interface FilterablePriceSetProps
/**
* Filters to apply on a price set's associated money amounts.
*/
money_amounts?: FilterableMoneyAmountProps
prices?: FilterableMoneyAmountProps
}