From cf63482b3ba2a5a2706492cb14b6f28d2a8ecd90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 29 Nov 2018 17:19:47 +0900 Subject: [PATCH] Fix: change kakao bank account - send mail --- src/web/server/mail/send_mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/server/mail/send_mail.php b/src/web/server/mail/send_mail.php index c6f568e..6911401 100644 --- a/src/web/server/mail/send_mail.php +++ b/src/web/server/mail/send_mail.php @@ -52,7 +52,7 @@ function sendMailRegisterBankInfo($maestro_name, $maestro_email, $account_type) $postParamData["templateSid"] = "134"; $postParamData["parameters"] = array( "account_type" => get_accout_type($account_type), - "bank_account_no" => "3333-04-4316912", + "bank_account_no" => "3333-07-4977969", "bank_name" => "카카오뱅크", "bank_owner_name" => "박지상", "maestro_name" => $maestro_name, @@ -80,7 +80,7 @@ function sendMailUpgradeBankInfo($maestro_name, $maestro_email, $account_type, $ $postParamData["parameters"] = array( "account_type" => get_accout_type($account_type), "upgrade_account_type" => get_accout_type($upgrade_account_type), - "bank_account_no" => "3333-04-4316912", + "bank_account_no" => "3333-07-4977969", "bank_name" => "카카오뱅크", "bank_owner_name" => "박지상", "maestro_name" => $maestro_name,