Skip to content

Commit

Permalink
Merge pull request #19 from angelleye/AEU-110
Browse files Browse the repository at this point in the history
Add Split PayPal Credit Card Payment for WooCommerce Compatibility
  • Loading branch information
deepakmaurya authored Jul 23, 2020
2 parents bce3b3e + f238b8a commit b500657
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/class-angelleye-updater-admin.php
Original file line number Diff line number Diff line change
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 b500657

Please sign in to comment.