Update free plan storage
This commit is contained in:
parent
84cbf33299
commit
330cfe6f7c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// FreePlanStorage is the amount of storage in free plan
|
// FreePlanStorage is the amount of storage in free plan
|
||||||
FreePlanStorage = 1 * 1024 * 1024 * 1024
|
FreePlanStorage = 5 * 1024 * 1024 * 1024
|
||||||
// FreePlanProductID is the product ID of free plan
|
// FreePlanProductID is the product ID of free plan
|
||||||
FreePlanProductID = "free"
|
FreePlanProductID = "free"
|
||||||
// FreePlanTransactionID is the dummy transaction ID for the free plan
|
// FreePlanTransactionID is the dummy transaction ID for the free plan
|
||||||
|
|
Loading…
Reference in a new issue