|
|
|
@@ -31,9 +31,9 @@ class UserInfoUpdateOrderNotice extends Members |
|
|
|
public function getMemberParams(): array |
|
|
|
{ |
|
|
|
return [ |
|
|
|
'zip_code' => $this->customer->zipCode, |
|
|
|
'address' => $this->customer->address, |
|
|
|
'phone_no' => $this->customer->phoneNumber, |
|
|
|
'zip_code' => $this->app->zipCodeAfterpCode, |
|
|
|
'address' => $this->app->addressAfter, |
|
|
|
'phone_no' => $this->app->phoneNoAfter, |
|
|
|
'memo' => $this->app->memo, |
|
|
|
]; |
|
|
|
} |
|
|
|
|