Skip to content

Latest commit

 

History

History
executable file
·
28 lines (26 loc) · 1.47 KB

File metadata and controls

executable file
·
28 lines (26 loc) · 1.47 KB

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