Improved simplify commerce for free subscriptions

This commit is contained in:
Claudio Sanches 2015-04-15 09:55:35 -03:00
parent 8914594534
commit a344fae67f
1 changed files with 0 additions and 3 deletions

View File

@ -265,9 +265,6 @@ class WC_Addons_Gateway_Simplify_Commerce extends WC_Gateway_Simplify_Commerce {
// Payment complete
$order->payment_complete();
// Add order note
$order->add_order_note( __( 'Subscription approved for a free trial period.', 'woocommerce' ) );
return true;
}