Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Jul 23, 2020
2 parents 86286e7 + 08b041f commit a54d6aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion admin/class-angelleye-updater-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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();
Expand Down
3 changes: 3 additions & 0 deletions includes/class-angelleye-updater-licenses-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions includes/class-angelleye-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a54d6aa

Please sign in to comment.