Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 23ce0fe

Browse files
committed
fix: just changed the file name of chronopost price reference
1 parent aa36ecc commit 23ce0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Utils/Chronopost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Chronopost
1010

1111
public function __construct()
1212
{
13-
$path = App::getBasePath() . '/public/chronopost.json';
13+
$path = App::getBasePath() . '/public/chronopost_prices.json';
1414
$this->config = json_decode(file_get_contents($path), true);
1515
}
1616

0 commit comments

Comments
 (0)