Code Monkey home page Code Monkey logo

stripe-payment-gateway-integration-codeigniter's Introduction

Stripe-Gateway-Integration-CodeIgniter 3.1.10

#Screenshots Overview

1. Card Entering Form

Card Entering Form

  1. If Card is valid, Will Charge the Card

If Card is valid, Will Charge the card

  1. If Anything goes Wrong, display Failure page

If Anything goes Wrong, display Failure page

Quick steps to integrate to your web/app on the go!
  1. Clone the repository git clone https://github.com/anburocky3/Stripe-Payment-Gateway-Integration-CodeIgniter.git
  2. Open Terminal, typecd Stripe-Payment-Gateway-Integration-CodeIgniter
  3. CopyWelcome.php controller file in your applications/controllers/directory
  4. Copyproduct_form.php, payment_success.php, payment_error.php view files in ourapplications/views/directory to your directory.
  5. Copystripe folder fromapplications/third_party folder and paste it in yourapplications/third_party folder.
  6. Create New Database and import theorders.sql to your Database.
  7. Configure the base_url and database info in applications/database.php
  8. Create developer account on Stripe and get your Stripe secret key & Stripe Publishable key.
  9. Replace your publishable key in applications/views/product_form.php on line 25
  10. Replace your Secret key & Publishable key in applications/controller/Welcome.php on line 30, 31
  11. 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.
Changelogs
  1. 15th May, 2019 - Updated from3.1.7 to3.1.10

stripe-payment-gateway-integration-codeigniter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

stripe-payment-gateway-integration-codeigniter's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

composer
application/third_party/stripe/composer.json
  • phpunit/phpunit 9.5.24
  • satooshi/php-coveralls 0.7.1
  • squizlabs/php_codesniffer 2.9.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.