Skip to content

Commit 8ab48da

Browse files
committed
Version 3.0.0
1 parent cdbd61b commit 8ab48da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/class-wc-subscriptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function process_payment( $order_id ) {
4242

4343
$order->payment_complete();
4444

45-
$order->add_order_note( 'This is a trial subscription reason for the 0 amount' );
45+
$order->add_order_note( 'This subscription has a free trial reason for the 0 amount' );
4646

4747
return array(
4848
'result' => 'success',

0 commit comments

Comments
 (0)