mytharcher/alipay-php-sdk

NOTICE quote modify

Closed this issue · 3 comments

$html = "<meta charset='{$this->config[input_charset]}' />
to
$html = "<meta charset='{$this->config['input_charset']}' />

@crucifyer Sorry, I haven't find the code you are showing in any file. Could you show me where you found it please?

https://github.com/mytharcher/alipay-php-sdk/blob/master/Alipay.php
line 149
thank you.

2016년 5월 19일 (목) 오후 2:17, Junyi notifications@github.com님이 작성:

@crucifyer https://github.com/crucifyer Sorry, I haven't find the code
you are showing in any file. Could you show me where you found it please?


You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub
#12 (comment)

Thanks. I forgot to update my local code from last pull merged. It is fixed now and updated to packagist.