mollie-ruby-multi-version 0.3.1.2 → 0.3.1.3

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: 37206d2c25a0b843525a438369b9d823e7b39985
4
- data.tar.gz: 8c18ece9c29d341f66cf78ca914b7dd30d0198e3
3
+ metadata.gz: e8a25c8f235945e4de4ce78d1f2db88248d2510b
4
+ data.tar.gz: 6ca1c95885d42d51eda621ebea8868ee9609aae5
5
5
  SHA512:
6
- metadata.gz: e9d78c790fd9a34e76d587713016b1807a37d61afa84c0643a9cfd6da57c78f3e03097557adecc5f7195fd5ac299d8f77954e663f515d94581104909b7f38da2
7
- data.tar.gz: 0f9d0572674626daadd9320f07a6b1217e61090de648aa924fe391cb87534ff20c344ea0107f5132088e349e3511252f71f46b81d74519e7081a365a5615dd47
6
+ metadata.gz: 99aa877f8704deec7b3c12f4b199159b2479ff947d546de51021f67698e3acab5707d41abdf8f1c1b0135bb684f551092d6b1be770a46aa300e77ff03f7f7699
7
+ data.tar.gz: c20c431bd6b439cdb8b0f3d588f76abdc16044e3da2e8e76a73efe2bc13550cd9852161a247e3cbd1afefdddbce1518ed5c410e79c642cb7c3be231954828378
@@ -54,7 +54,7 @@ module MollieApi
54
54
 
55
55
  def refund_payment(payment_id, params = {})
56
56
  response = self.class.post("/#{self.api_version}/payments/#{payment_id}/refunds",
57
- params,
57
+ :query => params,
58
58
  :headers => {
59
59
  'Authorization' => auth_token
60
60
  }
@@ -1,3 +1,3 @@
1
1
  module MollieApi
2
- VERSION = "0.3.1.2"
2
+ VERSION = "0.3.1.3"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.mollie.nl/v1/methods/ideal
5
+ uri: https://api.mollie.com/v1/methods/ideal
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -39,6 +39,6 @@ http_interactions:
39
39
  body:
40
40
  encoding: UTF-8
41
41
  string: '{"id":"ideal","description":"iDEAL","amount":{"minimum":"0.55","maximum":"50000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/ideal.png","bigger":"https://www.mollie.com/images/payscreen/methods/ideal@2x.png"}}'
42
- http_version:
42
+ http_version:
43
43
  recorded_at: Fri, 30 Jan 2015 08:41:13 GMT
44
44
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.mollie.nl/v1/issuers
5
+ uri: https://api.mollie.com/v1/issuers
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -38,6 +38,6 @@ http_interactions:
38
38
  encoding: UTF-8
39
39
  string: '{"totalCount":1,"offset":0,"count":1,"data":[{"id":"ideal_TESTNL99","name":"TBM
40
40
  Bank","method":"ideal"}]}'
41
- http_version:
41
+ http_version:
42
42
  recorded_at: Wed, 08 Oct 2014 20:21:37 GMT
43
43
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.mollie.nl/v1/methods/
5
+ uri: https://api.mollie.com/v1/methods
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -42,6 +42,6 @@ http_interactions:
42
42
  Cash","amount":{"minimum":"0.31","maximum":"10000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/mistercash.png","bigger":"https://www.mollie.com/images/payscreen/methods/mistercash@2x.png"}},{"id":"sofort","description":"SOFORT
43
43
  Banking","amount":{"minimum":"0.31","maximum":"5000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/sofort.png","bigger":"https://www.mollie.com/images/payscreen/methods/sofort@2x.png"}},{"id":"banktransfer","description":"Bank
44
44
  transfer","amount":{"minimum":"0.31","maximum":"50000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/banktransfer.png","bigger":"https://www.mollie.com/images/payscreen/methods/banktransfer@2x.png"}},{"id":"bitcoin","description":"Bitcoin","amount":{"minimum":"1.00","maximum":"15000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/bitcoin.png","bigger":"https://www.mollie.com/images/payscreen/methods/bitcoin@2x.png"}},{"id":"paypal","description":"PayPal","amount":{"minimum":"0.13","maximum":"5000.00"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/paypal.png","bigger":"https://www.mollie.com/images/payscreen/methods/paypal@2x.png"}},{"id":"paysafecard","description":"paysafecard","amount":{"minimum":"1.00","maximum":"999.99"},"image":{"normal":"https://www.mollie.com/images/payscreen/methods/paysafecard.png","bigger":"https://www.mollie.com/images/payscreen/methods/paysafecard@2x.png"}}]}'
45
- http_version:
45
+ http_version:
46
46
  recorded_at: Fri, 30 Jan 2015 08:39:01 GMT
47
47
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://api.mollie.nl/v1/payments/tr_8NQDMOE7EC
5
+ uri: https://api.mollie.com/v1/payments/tr_8NQDMOE7EC
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: https://api.mollie.nl/v1/payments/tr_8NQDMOE7EC/refunds
5
+ uri: https://api.mollie.com/v1/payments/tr_8NQDMOE7EC/refunds
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
@@ -37,6 +37,6 @@ http_interactions:
37
37
  body:
38
38
  encoding: UTF-8
39
39
  string: '{"error":{"type":"request","message":"Unauthorized request","links":{"documentation":"https://www.mollie.nl/api/docs/"}}}'
40
- http_version:
40
+ http_version:
41
41
  recorded_at: Wed, 08 Oct 2014 20:27:36 GMT
42
42
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: https://api.mollie.nl/v1/payments
5
+ uri: https://api.mollie.com/v1/payments
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: amount=99.99&description=My%20fantastic%20product&redirectUrl=http%3A%2F%2Flocalhost%3A3000%2Fpayments%2F1%2Fupdate&metadata[order_id]=R232454365&method=
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: https://api.mollie.nl/v1/payments/tr_8NQDMOE7EC/refunds
5
+ uri: https://api.mollie.com/v1/payments/tr_8NQDMOE7EC/refunds
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollie-ruby-multi-version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.2
4
+ version: 0.3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isabella Santos