We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbd61b commit 8ab48daCopy full SHA for 8ab48da
1 file changed
includes/class-wc-subscriptions.php
@@ -42,7 +42,7 @@ public function process_payment( $order_id ) {
42
43
$order->payment_complete();
44
45
- $order->add_order_note( 'This is a trial subscription reason for the 0 amount' );
+ $order->add_order_note( 'This subscription has a free trial reason for the 0 amount' );
46
47
return array(
48
'result' => 'success',
0 commit comments