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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?