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