- Clone the repository
git clone https://github.com/anburocky3/PayUMoney-Gateway-Integration-CodeIgniter.git
- Open Terminal, type
cd PayUMoney-Gateway-Integration-CodeIgniter
- Copy
Welcome.php
,Status.php
controller files inapplications/controllers/
directory - Copy
product_form.php.php
,confirmation.php
,success.php
,failure.php
view files inapplications/views/
directory - Customize the controller logic according to your web/app.
- Welcome.php Controller - Displays the product_form.php view page.
- Welcome.php/check Method - Check all parameters required for transaction and generates sha hash and display the confirmation.php view page.
- Welcome.php/help Method - Displays the quick integration help page.
- Status.php Controller - Process the result and display success, failure page according to the transaction.