Skip to content

keikubo/webpay-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

引き続き、このwebpay gemを使用することはできますが、このgemの開発は一旦停止状態となります。

Stripe gem is a really great gem to use for WebPay because WebPay API is highly compatible to Stripe API.

You don’t need this source code unless you want to modify the gem. If you just want to use the Webpay Ruby bindings, you should run:

gem install webpay

If you want to build the gem from source:

gem build webpay.gemspec
  • Ruby 1.8.7 or above. (Ruby 1.8.6 may work if you load ActiveSupport.)

  • rest-client, multi_json

Test cases can be run with: ‘bundle exec rake test`

About

Webpay Ruby bindings based on stripe-ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%