Skip to content

Commit d6e12c0

Browse files
variables가 빈 배열로 들어가던 문제 수정
1 parent 13c210f commit d6e12c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/kakaotalk/send_alimtalk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"kakaoOptions" => array(
1313
"pfId" => "KA01PF200323182344986oTFz9CIabcx",
1414
"templateId" => "KA01TP200323182345741y9yF20aabcx",
15-
"variables" => array() // 반드시 빈 array로 입력
15+
"variables" => new stdClass()
1616
)
1717
),
1818
// 변수가 있는 경우

0 commit comments

Comments
 (0)