alipay alipay service and notify

  1. Documentation
  2. Change Log

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.
0 1
1 follower
1 780 downloads
Yii Version: 1.1
License: (not set)
Category: Web Service
Tags:
Developed by: yufan
Created on: May 23, 2010
Last updated: 13 years ago

Downloads

show all