We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66876a5 + 00d0c46 commit aef2674Copy full SHA for aef2674
1 file changed
examples/kakaotalk/send_alimtalk.php
@@ -12,7 +12,7 @@
12
"kakaoOptions" => array(
13
"pfId" => "KA01PF200323182344986oTFz9CIabcx",
14
"templateId" => "KA01TP200323182345741y9yF20aabcx",
15
- "variables" => array() // 반드시 빈 array로 입력
+ "variables" => new stdClass()
16
)
17
),
18
// 변수가 있는 경우
0 commit comments