Quote Originally Posted by lat9 View Post
That class has change significantly between v2.4.6 and v2.5.1 (the current release). Try changing line 225 to read
PHP Code:
$order_country $order->delivery['country_id'] ?? false
I was just coming here to update this! That worked. I had actually changed it to:

PHP Code:
$order_country $order->delivery['country_id'] ?? null
But it does the same thing. :)