8000 GitHub - theachoem/guru: Sharing sessions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

theachoem/guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Git & GitHub

2. Payment Demo

This project is a minimal web with ruby sinatra (not rails). To run, just make sure you have install ruby (most mac already have ruby).

(cd payment/aba_ruby && bundle install)

Then start project with:

ruby payment/aba_ruby/app.rb

Flow: for payment to work, for most project, you only need two URLs (same as this demo project):

  • /checkout -> to generate ABA form with transaction params
  • /success -> aba redirect to this url after user pay from ABA.

Check payment/aba_ruby/app.rb to see how these 2 URL work.

Demo:

aba_ruby_demo.mp4

About

Sharing sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0