Skip to content

Commit

Permalink
Merge pull request #202 from newfold-labs/add/PRESS2-701-wc-priority-…
Browse files Browse the repository at this point in the history
…paypal-shippo

Add shippo and paypal to wc_priority flow
  • Loading branch information
arunshenoy99 authored Mar 28, 2023
2 parents 15ff4d7 + 6b7b954 commit 515fc18
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 515fc18

Please sign in to comment.