Skip to content

Commit

Permalink
change add to cart constant
Browse files Browse the repository at this point in the history
  • Loading branch information
saltrupiao committed Apr 18, 2022
1 parent 161ec94 commit 7d79105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.all.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
define("URL_LOC_4",$GLOBALS['url_loc'][4]);
define("URL_HOME",PROJECT_ROOT.'/'.URL_LOC_0);
define("URL_PUBLIC_DIRECTORY","public_html");
define("URL_ADD_TO_CART","URL_ADD_TO_CART");
define("URL_ADD_TO_CART","add_to_cart");
define("URL_REMOVE_FROM_CART","remove_from_cart");
define("URL_EDIT","edit");
define("URL_ADD_ITEM","add_item");
Expand Down

0 comments on commit 7d79105

Please sign in to comment.