Skip to content

예제 코드의 syntax error 수정. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/example_cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'amount' => 1000, //amount가 생략되거나 0이면 전액취소. 금액지정이면 부분취소(PG사 정책별, 결제수단별로 부분취소가 불가능한 경우도 있음)
'reason' => '취소테스트', //취소사유
'refund_holder' => '환불될 가상계좌 예금주', //이용 중인 PG사에서 가상계좌 환불 기능을 제공하는 경우. 일반적으로 특약 계약이 필요
'refund_bank', => '환불될 가상계좌 은행코드',
'refund_bank' => '환불될 가상계좌 은행코드',
'refund_account'=> '환불될 가상계좌 번호'
));
if ( $result->success ) {
Expand Down