Skip to content

Commit

Permalink
Merge pull request #202 from newfold-labs/release-ecommerce-1.3.19
Browse files Browse the repository at this point in the history
Release ecommerce 1.3.19
  • Loading branch information
ramyakrishnai authored Jan 12, 2024
2 parents 4d7681e + 5cfa1ca commit d3999ba
Show file tree
Hide file tree
Showing 22 changed files with 3,312 additions and 7,625 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '48ad4ec1646d7a93d94d');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '6131043b9611749a390c');
101 changes: 52 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions includes/Data/Brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public static function get_config( Container $container ) {
'name' => 'Bluehost',
'url' => 'https://bluehost.in',
'hireExpertsInfo' => 'https://www.bluehost.in/solutions/full-service',
'support' => 'https://helpchat.bluehost.in',
'adminPage' => 'admin.php?page=bluehost',
'setup' => array(
'payment' => array( 'Paypal', 'Razorpay' ),
'support' => 'https://helpchat.bluehost.in',
'adminPage' => 'admin.php?page=bluehost',
'setup' => array(
'payment' => array('Paypal', 'Razorpay', 'Stripe'),
'shipping' => array(),
),
'defaultContact' => array(
Expand Down Expand Up @@ -81,11 +81,11 @@ public static function get_config( Container $container ) {
'name' => 'Bluehost',
'url' => 'https://bluehost.com',
'hireExpertsInfo' => 'admin.php?page=bluehost#/marketplace/services/blue-sky',
'support' => 'https://www.bluehost.com/contact',
'adminPage' => 'admin.php?page=bluehost',
'setup' => array(
'payment' => array( 'Paypal', 'Razorpay' ),
'shipping' => array( 'Shippo' ),
'support' => 'https://www.bluehost.com/contact',
'adminPage' => 'admin.php?page=bluehost',
'setup' => array(
'payment' => array('Paypal', 'Razorpay', 'Stripe'),
'shipping' => array('Shippo'),
),
'defaultContact' => array(
'woocommerce_default_country' => 'US:AZ',
Expand Down
4 changes: 4 additions & 0 deletions includes/Data/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ final class Plugins
'file' => 'wonder-cart/init.php',
'url' => 'admin.php?page=wonder-cart',
),
'nfd_slug_yith_stripe_payments_for_woocommerce' => array(
'file' => 'yith-stripe-payments-for-woocommerce-extended/init.php',
'url' => 'admin.php?page=yith_stripe_payments_panel',
)
);

public static function supported_plugins()
Expand Down
1 change: 1 addition & 0 deletions includes/ECommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class ECommerce {
protected $options = array(
'nfd-ecommerce-captive-flow-paypal',
'nfd-ecommerce-captive-flow-shippo',
'nfd-ecommerce-captive-flow-stripe',
'nfd-ecommerce-captive-flow-razorpay',
'nfd-ecommerce-onboarding-check',
'nfd-ecommerce-counter',
Expand Down
Loading

0 comments on commit d3999ba

Please sign in to comment.