Skip to content

Commit aef2674

Browse files
Merge pull request #13 from Palbangmiyine/master
알림톡 발송 예제 버그 수정
2 parents 66876a5 + 00d0c46 commit aef2674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)