pricing.PERMANENT
This commit is contained in:
@@ -98,7 +98,7 @@ type ProcessingResourcePricingProfile struct {
|
||||
}
|
||||
|
||||
func (p *ProcessingResourcePricingProfile) IsPurchasable() bool {
|
||||
return p.Pricing.BuyingStrategy != pricing.UNDEFINED_SUBSCRIPTION
|
||||
return p.Pricing.BuyingStrategy == pricing.PERMANENT
|
||||
}
|
||||
|
||||
func (p *ProcessingResourcePricingProfile) IsBooked() bool {
|
||||
|
||||
Reference in New Issue
Block a user