Skip to content

Commit

Permalink
Razorpay switch to plugin worker api
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashita committed Mar 16, 2023
1 parent fc10c12 commit c66a6e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions includes/Data/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ final class Plugins {
'approved' => true,
'path' => 'creative-mail-by-constant-contact/creative-mail-plugin.php',
),
'woo-razorpay' => array(
'approved' => true,
'path' => 'woo-razorpay/woo-razorpay.php',
),
);

/**
Expand Down Expand Up @@ -102,6 +98,11 @@ 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(
'approved' => true,
'url' => 'https://hiive.cloud/workers/plugin-downloads/razorpay',
'path' => 'woo-razorpay/woo-razorpay.php',
),
);

/**
Expand Down Expand Up @@ -238,7 +239,7 @@ final class Plugins {
'priority' => 80,
),
array(
'slug' => 'woo-razorpay',
'slug' => 'nfd_slug_woo_razorpay',
'activate' => true,
'priority' => 258,
),
Expand All @@ -260,7 +261,7 @@ final class Plugins {
'priority' => 80,
),
array(
'slug' => 'woo-razorpay',
'slug' => 'nfd_slug_woo_razorpay',
'activate' => true,
'priority' => 258,
),
Expand Down

0 comments on commit c66a6e1

Please sign in to comment.