mollie-api-ruby 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8219c2ba3d9415f5294b79da9845e9914241a077be0500a68b2753b63a9e8431
4
- data.tar.gz: 3051095f7085a9939241a57c91ada338bf7a312389d84c549ca77e1afbe556e1
3
+ metadata.gz: e5bb4016d641dd695ccc385a2838d6a0508ead55a8d986b415398cc9447a7123
4
+ data.tar.gz: f4c7906be0ecd490e2c9a39eac0b9629d875932c5e6d61a60fa7c7aebb47eb65
5
5
  SHA512:
6
- metadata.gz: 2c28a10d1571cbabec38d25bc8bd3e07ddecc2ebd8b5e95f111ba91c1c36fe8d1ed53a1dcbc992a9b52f6c69f4f26a57de947c3578d6accd2ecb1aa73796a558
7
- data.tar.gz: 15ec0272da3d7233f8446a2d73e19c7820b07e84f3dc46455f4d8c38e521a854632a591274a45e871d1f55c09fed74ed6cc863eac4c1865c54548c96ff8da978
6
+ metadata.gz: f07b10b408fb65d2e4b29053721e99d746c18d524a24c52254807ddaae4870b54dcbce2c5451531da0a4015881a3c009453a33ce4c3da768220cd4ed24c7865b
7
+ data.tar.gz: dd48679095687fb2d41018131efd866345d13d3812693138dcb73db64f98c381323e4364e17acc4c39dd02a4063ac55ea95917dd565bd1108cab98b1f0626127
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  All notable changes to this project will be documented in this file.
6
6
 
7
+ ### 4.3.1 - 2019-06-08
8
+
9
+ - Added the option to pass additional request options when creating a new resource.
10
+
7
11
  #### 4.2 - 2019-05-01
8
12
 
9
13
  - Removed the Bitcoin payment method.
data/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![Gem Version](https://badge.fury.io/rb/mollie-api-ruby.svg)](https://badge.fury.io/rb/mollie-api-ruby)
13
13
  [![](https://travis-ci.org/mollie/mollie-api-ruby.png)](https://travis-ci.org/mollie/mollie-api-ruby)
14
14
 
15
- Accepting [iDEAL](https://www.mollie.com/en/payments/ideal), [Bancontact](https://www.mollie.com/en/payments/bancontact), [SOFORT Banking](https://www.mollie.com/en/payments/sofort), [Creditcard](https://www.mollie.com/en/payments/credit-card), [SEPA Bank transfer](https://www.mollie.com/en/payments/bank-transfer), [SEPA Direct debit](https://www.mollie.com/en/payments/direct-debit), [PayPal](https://www.mollie.com/en/payments/paypal), [KBC/CBC Payment Button](https://www.mollie.com/en/payments/kbc-cbc), [Belfius Direct Net](https://www.mollie.com/en/payments/belfius), [paysafecard](https://www.mollie.com/en/payments/paysafecard), [ING Home’Pay](https://www.mollie.com/en/payments/ing-homepay), [Gift cards](https://www.mollie.com/en/payments/gift-cards), [EPS](https://www.mollie.com/en/payments/eps) and [Giropay](https://www.mollie.com/en/payments/giropay) online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.
15
+ Accepting [iDEAL](https://www.mollie.com/en/payments/ideal), [Bancontact](https://www.mollie.com/en/payments/bancontact), [SOFORT Banking](https://www.mollie.com/en/payments/sofort), [Creditcard](https://www.mollie.com/en/payments/credit-card), [SEPA Bank transfer](https://www.mollie.com/en/payments/bank-transfer), [SEPA Direct debit](https://www.mollie.com/en/payments/direct-debit), [PayPal](https://www.mollie.com/en/payments/paypal), [KBC/CBC Payment Button](https://www.mollie.com/en/payments/kbc-cbc), [Belfius Direct Net](https://www.mollie.com/en/payments/belfius), [paysafecard](https://www.mollie.com/en/payments/paysafecard), [ING Home’Pay](https://www.mollie.com/en/payments/ing-homepay), [Gift cards](https://www.mollie.com/en/payments/gift-cards), [EPS](https://www.mollie.com/en/payments/eps), [Giropay](https://www.mollie.com/en/payments/giropay) and [Apple Pay](https://www.mollie.com/en/payments/apple-pay) online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.
16
16
 
17
17
  ## Requirements
18
18
  To use the Mollie API client, the following things are required:
@@ -157,6 +157,7 @@ Contact: [www.mollie.com](https://www.mollie.com) — info@mollie.com — +31 20
157
157
 
158
158
  + [More information about iDEAL via Mollie](https://www.mollie.com/en/payments/ideal/)
159
159
  + [More information about Credit card via Mollie](https://www.mollie.com/en/payments/credit-card/)
160
+ + [More information about Apple Pay via Mollie](https://www.mollie.com/en/payments/apple-pay/)
160
161
  + [More information about Bancontact via Mollie](https://www.mollie.com/en/payments/bancontact/)
161
162
  + [More information about SOFORT Banking via Mollie](https://www.mollie.com/en/payments/sofort/)
162
163
  + [More information about SEPA Bank transfer via Mollie](https://www.mollie.com/en/payments/bank-transfer/)
data/lib/mollie/base.rb CHANGED
@@ -14,8 +14,8 @@ module Mollie
14
14
  end
15
15
 
16
16
  class << self
17
- def create(data = {})
18
- request('POST', nil, data) do |response|
17
+ def create(data = {}, options = {})
18
+ request('POST', nil, data, options) do |response|
19
19
  new(response)
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Mollie
2
- VERSION = '4.3.0'.freeze
2
+ VERSION = '4.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mollie-api-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mollie B.V.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-20 00:00:00.000000000 Z
11
+ date: 2019-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake