Paypal payment gateway integration in codeigniter
add this File to parent branch:
codeigniter-paypal-integration/.htaccess
Now open .htaccess file and save the below code....
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
--- To create paypal account for testing follow the belowe given steps
- Now open URL: https://developer.paypal.com/developer/accounts/
- Login with paypal account
- After login in the account now click on "Accounts" on the right blue bar
- Noew click on "Create Account"
- click on "Personal" then click on create
- It will give you Test account to test your paypal.
- Now enter you email id in "application/config/paypal.php" $config['business'] = 'Your_PayPal_Email';
- Open your http://localhost/phpmyadmin create new database
- Import SQL file available in "codeigniter-paypal-integration/SQL/products_payments.sql"; 10.Now click the URL: http://localhost/codeigniter-paypal-integration/