Skip to content

Ionic Framework 5 shopping cart flow with stripe payment gateway integration

License

Notifications You must be signed in to change notification settings

tameribr84/ionic5-shoppingcart-stripe

 
 

Repository files navigation

Ionic 5 shopping cart using stripe payment

Clone and run npm install, If you wish to update to the latest Ionic@angular delete the node_modules and run below,

npm i @ionic/angular@latest --save

Install the Strip cordova plugin

ionic cordova plugin add cordova-plugin-stripe
npm install --save @ionic-native/stripe@4

Stripe (Test) Key

/src/payments/payments.page.ts

  this.stripe.setPublishableKey('pk_test_xxxxxxxxxxx');

Preview

Ionic 5 shopping cart using stripe payment

About

Ionic Framework 5 shopping cart flow with stripe payment gateway integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 65.8%
  • HTML 16.0%
  • CSS 12.7%
  • JavaScript 5.5%