Created
September 11, 2012 04:25
-
-
Save keikubo/3695953 to your computer and use it in GitHub Desktop.
Diff between Stripe gem and Webpay gem.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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