mpower 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mpower/setup.rb CHANGED
@@ -6,7 +6,7 @@ module MPower
6
6
  @@token = nil
7
7
  @@mode = "test"
8
8
 
9
- ROOT_URL_BASE = "http://localhost:3000"
9
+ ROOT_URL_BASE = "https://app.mpowerpayments.com"
10
10
 
11
11
  LIVE_CHECKOUT_INVOICE_BASE_URL = "#{ROOT_URL_BASE}/api/v1/checkout-invoice/create"
12
12
  TEST_CHECKOUT_INVOICE_BASE_URL = "#{ROOT_URL_BASE}/sandbox-api/v1/checkout-invoice/create"
@@ -1,3 +1,3 @@
1
1
  module MPower
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpower
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: