Skip to content

isantoshsingh/yii-paytm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

yii-paytm

A Paytm component for Yii framework

Installation

Download the package, extract the component file (Paytm.php) to your components directory and checkout sample controller and view files to test the component. Place the Paytm configuration array inside your 'components' definitions.

'paytm' => array(
    'class' => 'application.components.Paytm',
    'api_live' => false,
    'merchant_key' => 'PAYTM_MERCHANT_KEY',
    'merchant_id' => 'PAYTM_MERCHANT_MID',
    'website' => 'PAYTM_MERCHANT_WEBSITE',
    'industry_type_id' => 'PAYTM_INDUSTRY_TYPE_ID',
),

About

Paytm extension for Yii framework 1.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages