Skip to content

Commit efd0156

Browse files
committed
Added Country to getCustomerData
1 parent 349ee1f commit efd0156

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Beans/Customer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ public function getCustomerData()
405405
'Complement' => $this->complement,
406406
'City' => $this->city,
407407
'State' => $this->state,
408+
'Country' => $this->country,
408409
'ZipCode' => $this->zipCode,
409410
'IpAddress' => $this->ipAddress,
410411
];

0 commit comments

Comments
 (0)