This commit is contained in:
@@ -562,7 +562,7 @@ func buildClientPackageItem(
|
||||
validityDays = pkg.DurationMonths * 30
|
||||
}
|
||||
|
||||
dataAllowance := pkg.VirtualDataMB
|
||||
dataAllowance := pkg.RealDataMB
|
||||
if dataAllowance <= 0 {
|
||||
dataAllowance = pkg.RealDataMB
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user