From c248b8a791aaac24fa851a1756230b0641a550aa Mon Sep 17 00:00:00 2001 From: NA`ME Date: Wed, 14 Jul 2021 10:58:37 +0900 Subject: [PATCH] =?UTF-8?q?array=20)=20=EB=8B=AB=EC=A7=80=20=EC=95=88?= =?UTF-8?q?=EC=9D=80=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iamport-kakao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iamport-kakao.php b/iamport-kakao.php index d93a98a..de37e58 100644 --- a/iamport-kakao.php +++ b/iamport-kakao.php @@ -358,7 +358,7 @@ public function __construct($gateway) public function init() { - add_filter('woocommerce_available_payment_gateways', array($this, 'kakao_unset_gateway_by_category'); + add_filter('woocommerce_available_payment_gateways', array($this, 'kakao_unset_gateway_by_category')); } private function all_products_in_categories($product_ids, $categories)