Skip to content

Commit

Permalink
リポジトリURL変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 31, 2019
1 parent bdf9cf2 commit d9d52b4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "EC-CUBE2",
"description": "EC-CUBE2 on Heroku",
"website": "https://github.com/EC-CUBE/eccube-2_13",
"repository": "https://github.com/EC-CUBE/eccube-2_13",
"website": "https://github.com/EC-CUBE/ec-cube2",
"repository": "https://github.com/EC-CUBE/ec-cube2",
"keywords": ["php", "ec", "e-commerce", "ec-cube"],
"scripts": {
"postdeploy": "php ./setup_heroku.php"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ec-cube/eccube-2_13",
"name": "ec-cube/ec-cube2",
"description": "EC-CUBE 2.13-stable",
"type": "project",
"homepage": "http://www.ec-cube.net/",
Expand All @@ -8,7 +8,7 @@
"Commercial"
],
"support": {
"issues": "https://github.com/EC-CUBE/eccube-2_13/issues"
"issues": "https://github.com/EC-CUBE/ec-cube2/issues"
},
"config": {
"vendor-dir": "data/vendor",
Expand Down
2 changes: 1 addition & 1 deletion ctests/acceptance/ProductListCept.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$I->selectOption(['css' => '#page_navi_top > div > div.change > select'], '50件');

$I->expect('カテゴリにアクセスすると商品が絞り込まれる');
$I->comment('see https://github.com/EC-CUBE/eccube-2_13/pull/273');
$I->comment('see https://github.com/EC-CUBE/ec-cube2/pull/273');
$products_in_category = $I->grabMultiple(['css' => '#undercolumn > form > div > div.listrightbloc > h3 > a']);

if (count($products_in_category) <= 50) {
Expand Down
2 changes: 1 addition & 1 deletion data/class/helper/SC_Helper_TaxRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function calcTax ($price, $tax, $calc_rule, $tax_adjust = 0)
* @param int $option_product_tax_rule 商品別税率を有効にする場合 1, 無効の場合 0
* @return array 税設定情報
*
* @see https://github.com/EC-CUBE/eccube-2_13/pull/301
* @see https://github.com/EC-CUBE/ec-cube2/pull/301
*/
public static function getTaxRule($product_id = 0, $product_class_id = 0, $pref_id = 0, $country_id = 0, $option_product_tax_rule = OPTION_PRODUCT_TAX_RULE)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function 商品規格idのみを指定した場合税率設定に登録
* @preserveGlobalState disabled
*
* 基本税率と同じ税率を設定すると商品別税率を削除する
* @see https://github.com/EC-CUBE/eccube-2_13/issues/304
* @see https://github.com/EC-CUBE/ec-cube2/issues/304
*/
public function testDeletedProductTaxRate()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function 新規登録が出来る()

/**
* del_flg を考慮する
* @see https://github.com/EC-CUBE/eccube-2_13/issues/304
* @see https://github.com/EC-CUBE/ec-cube2/issues/304
*/
public function testSetDelflgOfSetTaxRule()
{
Expand Down

0 comments on commit d9d52b4

Please sign in to comment.