Skip to content

Commit

Permalink
Merge branch 'trunk' into PRESS4-350
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Sep 14, 2023
2 parents 8c3e381 + 42a6aa4 commit 834b1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function get_config( Container $container ) {
'adminPage' => 'admin.php?page=hostgator',
'setup' => array(
'payment' => array('Paypal', 'Razorpay'),
'shipping' => array('Shippo'),
'shipping' => array(),
),
'defaultContact' => array(
'woocommerce_default_country' => 'BR:AL',
Expand Down
3 changes: 3 additions & 0 deletions src/sdk/NewfoldRuntime.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ export const NewfoldRuntime = {
get sdk() {
return window.NewfoldRuntime?.sdk;
},
get isWoo(){
return window.NewfoldRuntime?.isWoocommerceActive
}
};

0 comments on commit 834b1e2

Please sign in to comment.