pricing.PERMANENT

This commit is contained in:
mr
2026-03-13 13:55:40 +01:00
parent a335c905b3
commit e355af2bac
4 changed files with 4 additions and 4 deletions

View File

@@ -170,7 +170,7 @@ type StorageResourcePricingProfile struct {
}
func (p *StorageResourcePricingProfile) IsPurchasable() bool {
return p.Pricing.BuyingStrategy != pricing.UNDEFINED_SUBSCRIPTION
return p.Pricing.BuyingStrategy == pricing.PERMANENT
}
func (p *StorageResourcePricingProfile) IsBooked() bool {