alipay service and notify
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See the following code example: ~~~ [php] Yii::import('application.extensions.payment.Alipay'); $alipay = new Alipay(); [/php] [php] $alipay->AlipayService($parameter,Yii::app()->params["alipaykey"],'MD5'); [/php] [php] $alipay ->AlipayNotify(Yii::app()->params["partner"],Yii::app()->params["security_code"],Yii::app()->params["sign_type"],Yii::app()->params["_input_charset"],Yii::app()->params["transport"]); [/php]
Change Log ¶
May 23, 2010 ¶
- Initial release.
Needs work.
Needs documentation.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.