Fixed undefined $state variable when using State based tax rates.

This commit is contained in:
Matt April 2020-05-04 18:37:23 -04:00
parent 7f3e564c14
commit f32d6edff7
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ class Cart
if ($address === null) {
$address = new class() {
public $country;
public $state;
public $postcode;
function __construct()