We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349ee1f commit efd0156Copy full SHA for efd0156
1 file changed
src/Beans/Customer.php
@@ -405,6 +405,7 @@ public function getCustomerData()
405
'Complement' => $this->complement,
406
'City' => $this->city,
407
'State' => $this->state,
408
+ 'Country' => $this->country,
409
'ZipCode' => $this->zipCode,
410
'IpAddress' => $this->ipAddress,
411
];
0 commit comments