zipMoney 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 405a2f96f4ff146f445bc8d7df152175a22be4e9
4
- data.tar.gz: e413fe819ce5516eac8ea445a2714c396304a996
3
+ metadata.gz: 0c9e7ea21b61fcb6953153655c6d92db1b94ed06
4
+ data.tar.gz: bf199efa96647e398c3221361fa38b4b7f23c1c4
5
5
  SHA512:
6
- metadata.gz: c2391cfdf98196f2922617ae7ea029cf3bb4bb82218279d3f35124436c8fb657ea1f44916d1c200246ca072dab9ae1c7dc123550ae83fc056e6619a5fedad18a
7
- data.tar.gz: 5f7bedeb0bd4c6e1f04ffae559dcc8465ff193d7bef3b81600fb9178791c62b845c4702e90c76f3c64e598b9c8e66edab6eb1c67aaf2b7f8198ef46278782f6e
6
+ metadata.gz: 335a1b38412347598b0c3dd58b51a821777eff961373e842a698f0469fdb1a6659afaef306c148f35366d98a66528dc5cbe6cb87d7de0bf4f0efafc2fa9f465a
7
+ data.tar.gz: bd2fe1b6b67d26c6c8d78b419b917e1efb94b5ecd2f73dfa599bf0d655e8897f47438eb927bde07eec2639df201d01e7df5b17b0e1d9f0a67657d08629c2c7b2
data/README.md CHANGED
@@ -38,12 +38,12 @@ checkout = ZipMoney::Checkout.new
38
38
  checkout.params.charge = false
39
39
  checkout.params.currency_code = "AUD"
40
40
  checkout.params.txn_id = "12345"
41
- quote.params.cart_url = "https://your-domain/checkout/cart/"
42
- quote.params.success_url = "https://your-domain/zipmoney/express/success/"
43
- quote.params.cancel_url = "https://your-domain/zipmoney/express/cancel/"
44
- quote.params.error_url = "https://your-domain/zipmoney/express/error/"
45
- quote.params.refer_url = "https://your-domain/zipmoney/express/refer/"
46
- quote.params.decline_url = "https://your-domain/zipmoney/express/decline/"
41
+ checkout.params.cart_url = "https://your-domain/checkout/cart/"
42
+ checkout.params.success_url = "https://your-domain/zipmoney/express/success/"
43
+ checkout.params.cancel_url = "https://your-domain/zipmoney/express/cancel/"
44
+ checkout.params.error_url = "https://your-domain/zipmoney/express/error/"
45
+ checkout.params.refer_url = "https://your-domain/zipmoney/express/refer/"
46
+ checkout.params.decline_url = "https://your-domain/zipmoney/express/decline/"
47
47
  checkout.params.order_id = "91005500"
48
48
 
49
49
  # Order Info
@@ -236,6 +236,7 @@ end
236
236
 
237
237
  ##### Query
238
238
  Queries orders
239
+
239
240
  ```ruby
240
241
  # Initialize the query
241
242
  query = ZipMoney::Query.new
@@ -1,7 +1,7 @@
1
1
  module ZipMoney
2
2
  class Configuration
3
3
 
4
- API_VERSION = "1.0.4"
4
+ API_VERSION = "1.0.6"
5
5
  API_PLATFORM = "ruby"
6
6
  API_NAME = "zipMoney Ruby SDK"
7
7
 
@@ -1,3 +1,3 @@
1
1
  module ZipMoney
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipMoney
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sagar Bhandari