Skip to content

Commit

Permalink
Merge pull request #195 from newfold-labs/add/PRESS2-722-switch-razor…
Browse files Browse the repository at this point in the history
…pay-to-plugin-worker-api

Razorpay switch to plugin worker API
  • Loading branch information
arunshenoy99 authored Mar 22, 2023
2 parents fc10c12 + c66a6e1 commit a58de4e
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 a58de4e

Please sign in to comment.