service level specific base fees
This commit is contained in:
parent
150250bfb1
commit
033eea92cd
9 changed files with 716 additions and 58 deletions
|
@ -127,6 +127,7 @@ class PricingEdgeCasesTestCase(TestCase):
|
|||
VSHNAppCatBaseFee.objects.create(
|
||||
vshn_appcat_price_config=price_config,
|
||||
currency=Currency.CHF,
|
||||
service_level=VSHNAppCatPrice.ServiceLevel.GUARANTEED,
|
||||
amount=Decimal("50.00"),
|
||||
)
|
||||
|
||||
|
@ -208,6 +209,7 @@ class PricingEdgeCasesTestCase(TestCase):
|
|||
VSHNAppCatBaseFee.objects.create(
|
||||
vshn_appcat_price_config=price_config,
|
||||
currency=Currency.CHF,
|
||||
service_level=VSHNAppCatPrice.ServiceLevel.GUARANTEED,
|
||||
amount=Decimal("0.01"), # Very small base fee
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue