Closed MarcMichalsky closed 2 years ago
If the location type is added to a by then empty $address_data array, the array will be used later to create an address because !empty($address_data) returns true.
$address_data
!empty($address_data)
true
Fix #93
Thanks!
Thanks for the quick response and merge! 🙏
If the location type is added to a by then empty
$address_data
array, the array will be used later to create an address because!empty($address_data)
returnstrue
.Fix #93