|
@@ -29,7 +29,7 @@ use bonus;
|
|
|
function getConfig($type)
|
|
|
{
|
|
|
if($type == 'year') {
|
|
|
- return ['card_type' => BothType, 'total_amount' => 10000, 'discount' => 0.05, 'package_type' => 'year'];
|
|
|
+ return ['card_type' => BothType, 'total_amount' => 10000, 'discount' => 0.04, 'package_type' => 'year'];
|
|
|
}
|
|
|
else {
|
|
|
return [];
|