|
|
|
@@ -70,9 +70,11 @@ class SMBC |
|
|
|
throw new ConfigException('smbc.bankAccountRegister.registerUrl', $url); |
|
|
|
} |
|
|
|
|
|
|
|
$onlyZenkakuCustomerName = preg_replace("/[^\p{Hiragana}\p{Katakana}\p{Han}]/u", "", $customer->customerName); |
|
|
|
|
|
|
|
$param = [ |
|
|
|
'bill_no' => sprintf("%012d", $customer->customerCode), |
|
|
|
'bill_name' => $customer->customerName, |
|
|
|
'bill_name' => $onlyZenkakuCustomerName, |
|
|
|
'bill_kana' => mb_convert_kana($customer->customerNameKana, "ks"), |
|
|
|
|
|
|
|
'version' => "130", |
|
|
|
|