set up unfonctionnal rework, TODO -> pricing separation
This commit is contained in:
@@ -58,7 +58,7 @@ type ComputeResourcePricingProfile struct {
|
||||
|
||||
// PROBLEM
|
||||
|
||||
func (p *ComputeResourcePricingProfile) IsBuying() bool {
|
||||
func (p *ComputeResourcePricingProfile) IsPurchased() bool {
|
||||
return p.Pricing.BuyingStrategy != pricing.PAY_PER_USE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user