Skip to content

Commit

Permalink
Disable subs until finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberwombat committed Mar 22, 2018
1 parent 21ff6e4 commit a36634d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/class-wc-gateway-fastspring-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public function get_cart_items() {

$items = array();

$has_subscription = class_exists('WC_Subscriptions_Product');
// Disable for now
$has_subscription = false; //class_exists('WC_Subscriptions_Product');

foreach (WC()->cart->cart_contents as $cart_item_key => $values) {

Expand Down

0 comments on commit a36634d

Please sign in to comment.