Skip to content

Instantly share code, notes, and snippets.

@keikubo
Created September 11, 2012 04:25
Show Gist options
  • Save keikubo/3695953 to your computer and use it in GitHub Desktop.
Save keikubo/3695953 to your computer and use it in GitHub Desktop.
Diff between Stripe gem and Webpay gem.
diff --git a/lib/stripe.rb b/lib/stripe.rb
index fb4a6a6..7e77804 100644
--- a/lib/stripe.rb
+++ b/lib/stripe.rb
@@ -46,7 +46,7 @@ require 'stripe/errors/authentication_error'
module Stripe
@@ssl_bundle_path = File.join(File.dirname(__FILE__), 'data/ca-certificates.crt')
@@api_key = nil
- @@api_base = 'https://api.stripe.com/v1'
+ @@api_base = 'https://api.webpay.jp/v1'
@@verify_ssl_certs = true
def self.api_url(url='')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment