yii-paypal

A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs

  • 所有者: stdevteam/yii-paypal
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

yii-paypal

A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs

Installation

Download the package, extract the component file (Paypal.php) to your components directory and optionally extract
sample controller and view files to test the component.
After place the Paypal configuration array inside your 'components' definitions.

'Paypal' => array(
	'class'=>'application.components.Paypal',
	'apiUsername' => 'YOUR_API_USERNAME',
	'apiPassword' => 'YOUR_API_PASSWORD',
	'apiSignature' => 'YOUR_API_SIGNATURE',
	'apiLive' => false,
	
	'returnUrl' => 'paypal/confirm/', //regardless of url management component
	'cancelUrl' => 'paypal/cancel/', //regardless of url management component
	
    // Default currency to use, if not set USD is the default
    'currency' => 'USD',

    // Default description to use, defaults to an empty string
    //'defaultDescription' => '',

    // Default Quantity to use, defaults to 1
    //'defaultQuantity' => '1',

	//The version of the paypal api to use, defaults to '3.0' (review PayPal documentation to include a valid API version)
    //'version' => '3.0',
),

主要指标

概览
名称与所有者stdevteam/yii-paypal
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证
所有者活动
创建于2013-01-09 20:23:35
推送于2022-04-05 12:58:05
最后一次提交2022-04-05 16:58:05
发布数0
用户参与
星数37
关注者数14
派生数21
提交数18
已启用问题?
问题数12
打开的问题数6
拉请求数4
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?