Skip to content

jpsnifty/PayUMoney-Gateway-Integration-CodeIgniter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayUMoney-Gateway-Integration-CodeIgniter 3.1.10

Quick steps to integrate to your web/app on the go!
  1. Clone the repository git clone https://github.com/anburocky3/PayUMoney-Gateway-Integration-CodeIgniter.git
  2. Open Terminal, typecd PayUMoney-Gateway-Integration-CodeIgniter
  3. CopyWelcome.php, Status.phpcontroller files inapplications/controllers/directory
  4. Copyproduct_form.php.php, confirmation.php, success.php, failure.phpview files inapplications/views/directory
  5. Customize the controller logic according to your web/app.
Code Explanation
  1. Welcome.php Controller - Displays the product_form.php view page.
  2. Welcome.php/check Method - Check all parameters required for transaction and generates sha hash and display the confirmation.php view page.
  3. Welcome.php/help Method - Displays the quick integration help page.
  4. Status.php Controller - Process the result and display success, failure page according to the transaction.
Changelogs
  1. 15th May, 2019 - Updated from3.1.5 to3.1.10

About

PayUmoney is an Indian payment gateway for making transactions online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • HTML 0.3%