diff --git a/admin/class-angelleye-updater-admin.php b/admin/class-angelleye-updater-admin.php index beeffe2..faea9b2 100644 --- a/admin/class-angelleye-updater-admin.php +++ b/admin/class-angelleye-updater-admin.php @@ -954,7 +954,7 @@ public function angelleye_get_plugin_list() { 'angelleye-paypal-invoicing' => array( 'plugin_url' => 'angelleye-paypal-invoicing', 'plugin_name' => 'PayPal Invoicing for WordPress', - 'is_paid' => false + 'is_paid' => true ), 'paypal-security' => array( 'plugin_url' => 'paypal-security', @@ -991,6 +991,11 @@ public function angelleye_get_plugin_list() { 'plugin_name' => 'PayPal Shipment Tracking For WooCoomerce', 'is_paid' => true ), + 'angelleye-paypal-woocommerce-credit-card-split' => array( + 'plugin_url' => 'angelleye-paypal-woocommerce-credit-card-split', + 'plugin_name' => 'Split PayPal Credit Card Payment for WooCommerce', + 'is_paid' => true + ), ); $angelleye_plugin_full_list = $this->angelleye_plugin_info; $response = array(); diff --git a/includes/class-angelleye-updater-licenses-table.php b/includes/class-angelleye-updater-licenses-table.php index 4d07abc..6bdf152 100644 --- a/includes/class-angelleye-updater-licenses-table.php +++ b/includes/class-angelleye-updater-licenses-table.php @@ -90,6 +90,9 @@ public function __construct($args = array()) { 'angelleye-paypal-shipment-tracking-woocommerce' => array( 'web_page' => 'https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/' ), + 'angelleye-paypal-woocommerce-credit-card-split' => array( + 'web_page' => 'https://www.angelleye.com/product/paypal-woocommerce-credit-card-split/' + ), ); // Make sure this file is loaded, so we have access to plugins_api(), etc. diff --git a/includes/class-angelleye-updater.php b/includes/class-angelleye-updater.php index b4d3285..f77a551 100644 --- a/includes/class-angelleye-updater.php +++ b/includes/class-angelleye-updater.php @@ -124,6 +124,9 @@ public function __construct($file) { 'angelleye-paypal-shipment-tracking-woocommerce' => array( 'web_page' => 'https://www.angelleye.com/product/paypal-shipment-tracking-numbers-woocommerce/' ), + 'angelleye-paypal-woocommerce-credit-card-split' => array( + 'web_page' => 'https://www.angelleye.com/product/paypal-woocommerce-credit-card-split/' + ), ); $this->load_dependencies();