FUE (Follow Ups) integration needs to be updated - PHP error

Issue #1044 resolved
Valentina R created an issue

Change needs to be done on line 417 in \woocommerce-appointments\includes\integrations\woocommerce-follow-up-emails\class-wc-appointments-integration-follow-ups.php.

From:

$appointment_order->shipping_phone ?? '';

To this:

$appointment_order->get_shipping_phone() ?? '';

Reported here.

Comments (1)

  1. Log in to comment