mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
ServiceClass Cost prob.
This commit is contained in:
@@ -89,6 +89,7 @@ namespace OpenWifi {
|
|||||||
DefSer.operatorId = NewObject.info.id;
|
DefSer.operatorId = NewObject.info.id;
|
||||||
DefSer.period = "monthly";
|
DefSer.period = "monthly";
|
||||||
DefSer.billingCode = "basic";
|
DefSer.billingCode = "basic";
|
||||||
|
DefSer.currency = "USD";
|
||||||
StorageService()->ServiceClassDB().CreateRecord(DefSer);
|
StorageService()->ServiceClassDB().CreateRecord(DefSer);
|
||||||
|
|
||||||
ProvObjects::Operator New;
|
ProvObjects::Operator New;
|
||||||
|
|||||||
@@ -271,6 +271,8 @@ namespace OpenWifi {
|
|||||||
DefSer.operatorId = DefOp.info.id;
|
DefSer.operatorId = DefOp.info.id;
|
||||||
DefSer.period = "monthly";
|
DefSer.period = "monthly";
|
||||||
DefSer.billingCode = "basic";
|
DefSer.billingCode = "basic";
|
||||||
|
DefSer.currency = "USD";
|
||||||
|
DefSer.cost = 0.0;
|
||||||
ServiceClassDB_->CreateRecord(DefSer);
|
ServiceClassDB_->CreateRecord(DefSer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user