Skip to content

Commit

Permalink
Merge pull request #246 from shutta-/#245
Browse files Browse the repository at this point in the history
Fix issue of #245
  • Loading branch information
Chihiro Adachi committed Mar 4, 2019
2 parents 19a4124 + 893daf4 commit 6136c21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/class/helper/SC_Helper_Purchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,19 +588,19 @@ public function getDelivDate(&$objCartSess, $productTypeId)
case '3':
$start_day = 5;
break;
//1週間以内
//1週間以降
case '4':
$start_day = 8;
break;
//2週間以内
//2週間以降
case '5':
$start_day = 15;
break;
//3週間以内
//3週間以降
case '6':
$start_day = 22;
break;
//1ヶ月以内
//1ヶ月以降
case '7':
$start_day = 32;
break;
Expand Down

0 comments on commit 6136c21

Please sign in to comment.