newfold-labs / wp-module-ecommerce

Next-generation eCommerce Experience for WordPress sites at Newfold Digital.
GNU General Public License v2.0
7 stars 3 forks source link

update naming conventions #303

Closed manikantakailasa closed 1 month ago

manikantakailasa commented 4 months ago

must replace values

site.url to siteUrl site.title to siteTitle admin_url to adminUrl base_url to homeUrl remove the sdk property and let its contents live at the top level

Jira - https://jira.newfold.com/browse/PRESS0-1194

ramyakrishnai commented 2 months ago

use add_filter( 'newfold_runtime', array( $this, 'add_to_runtime' ) ); in ecommerce.php

aratidgr8 commented 1 month ago

@manikantakailasa Is this change QA tested for all dependent newfold-labs modules, without this confirmation we should not merge this branch