From 4038ef9c53416231651cf600ceae253f28a12a93 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Jan 2023 12:20:28 +0900 Subject: [PATCH] Change Bank Information... --- extdbms/lib/Controller/Billing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extdbms/lib/Controller/Billing.php b/extdbms/lib/Controller/Billing.php index 0b7ed83..c84a397 100644 --- a/extdbms/lib/Controller/Billing.php +++ b/extdbms/lib/Controller/Billing.php @@ -21,7 +21,7 @@ class Billing extends Controller break; case "ITSOLUTION": return [ - ["id" => "351-0995-6751-73", "name" => '농협', "owner" => "주식회사 르호봇"], + ["id" => "1005-503-404205", "name" => '우리', "owner" => "주식회사 르호봇"], ["id" => "9002-1932-1654-1", "name" => '새마을금고', "owner" => "주식회사 르호봇"], ]; break;