Skip to content

Commit

Permalink
add shippo and paypal to wc_priority flow
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Mar 28, 2023
1 parent 15ff4d7 commit 6b7b954
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions includes/Data/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ final class Plugins {
'url' => 'https://hiive.cloud/workers/plugin-downloads/yith-woocommerce-wishlist',
'path' => 'yith-woocommerce-wishlist-extended/init.php',
),
'nfd_slug_woo_razorpay' => array(
'nfd_slug_woo_razorpay' => array(
'approved' => true,
'url' => 'https://hiive.cloud/workers/plugin-downloads/razorpay',
'path' => 'woo-razorpay/woo-razorpay.php',
Expand Down Expand Up @@ -219,7 +219,18 @@ final class Plugins {
'priority' => 20,
),
),
'wc_priority' => array(),
'wc_priority' => array(
array(
'slug' => 'nfd_slug_yith_shippo_shippings_for_woocommerce',
'activate' => true,
'priority' => 259,
),
array(
'slug' => 'nfd_slug_yith_paypal_payments_for_woocommerce',
'activate' => true,
'priority' => 258,
),
),
),
'bluehost-india' => array(
'wc_standard' => array(
Expand Down

0 comments on commit 6b7b954

Please sign in to comment.