mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
feature: more cycle
This commit is contained in:
@ -153,6 +153,10 @@ class CheckOrder extends Command
|
||||
return strtotime('+6 month', $timestamp);
|
||||
case 'year_price':
|
||||
return strtotime('+12 month', $timestamp);
|
||||
case 'two_year_price':
|
||||
return strtotime('+24 month', $timestamp);
|
||||
case 'three_year_price':
|
||||
return strtotime('+36 month', $timestamp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user