mollie-api-ruby 3.1.1 → 3.1.2

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: b143bfd2993f31beba148c8ee777d63b873d76b0a351dce8d53d5c61eda6cbf3
4
- data.tar.gz: 0a710d33bbeb457fa0649be68bd3983b08b1b80f5ddd65e18ae264eeaf05afc3
3
+ metadata.gz: 8f67376b63177add01b3d9989db28fe7bf5111c8d9ff6ae46ec9f569b0617e7d
4
+ data.tar.gz: f1140a01884b7b5b829bab7fc3969cfe27c6f723c90168fcd52fc7ee0d5de30c
5
5
  SHA512:
6
- metadata.gz: 05a58f7233871caf2ee905bb501eab5c6216a6e074f455e9399f34319d6554983bd66a7579b144f929c82ac76554f40fb9620253d656fd240988f6f606d56586
7
- data.tar.gz: dd7492f093fffb266e70eb095ec36dc8c102f4d52d2e440faf397b1067692844da54f4fb1e9bb1179cefd6238cfdd1ac183204287a1e3e88d7fd1a274ffe5b64
6
+ metadata.gz: 64b025eb70d5a0e4ca3b05337a35c75f81a2d9b973fcda9d9ee6d0db80b8e7ddce3b88982edefe48121a2a195545d1b5512c47c66c09d2b56e5a412a33f529d4
7
+ data.tar.gz: ca437f7020f9616e53dcb5013990056ed12ecf287bce83b828f439b1623d821ece731496a3a017c8801aaf7483f63f9dddf8eae16c0090c63f23d7e37219b5c8
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Gem Version](https://badge.fury.io/rb/mollie-api-ruby.svg)](https://badge.fury.io/rb/mollie-api-ruby)
8
8
  [![](https://travis-ci.org/mollie/mollie-api-ruby.png)](https://travis-ci.org/mollie/mollie-api-ruby)
9
9
 
10
- Accepting [iDEAL](https://www.mollie.com/ideal/), [Bancontact/Mister Cash](https://www.mollie.com/mistercash/), [SOFORT Banking](https://www.mollie.com/sofort/), [Creditcard](https://www.mollie.com/creditcard/), [SEPA Bank transfer](https://www.mollie.com/overboeking/), [SEPA Direct debit](https://www.mollie.com/directdebit/), [Bitcoin](https://www.mollie.com/bitcoin/), [PayPal](https://www.mollie.com/paypal/), [KBC/CBC Payment Button](https://www.mollie.com/kbccbc/), [Belfius Direct Net](https://www.mollie.com/belfiusdirectnet/) and [paysafecard](https://www.mollie.com/paysafecard/) 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.
10
+ Accepting [iDEAL](https://www.mollie.com/ideal/), [Bancontact/Mister Cash](https://www.mollie.com/mistercash/), [SOFORT Banking](https://www.mollie.com/sofort/), [Creditcard](https://www.mollie.com/creditcard/), [SEPA Bank transfer](https://www.mollie.com/overboeking/), [SEPA Direct debit](https://www.mollie.com/directdebit/), [Bitcoin](https://www.mollie.com/bitcoin/), [PayPal](https://www.mollie.com/paypal/), [KBC/CBC Payment Button](https://www.mollie.com/kbccbc/), [Belfius Direct Net](https://www.mollie.com/belfiusdirectnet/), [paysafecard](https://www.mollie.com/paysafecard/) and [ING Home’Pay](https://www.mollie.com/ing-homepay/) 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.
11
11
 
12
12
  ## Requirements ##
13
13
  To use the Mollie API client, the following things are required:
@@ -153,3 +153,4 @@ Contact: [www.mollie.com](https://www.mollie.com) — info@mollie.com — +31 20
153
153
  + [More information about KBC/CBC Payment Button via Mollie](https://www.mollie.com/kbccbc/)
154
154
  + [More information about Belfius Direct Net via Mollie](https://www.mollie.com/belfiusdirectnet/)
155
155
  + [More information about paysafecard via Mollie](https://www.mollie.com/paysafecard/)
156
+ + [More information about ING Home’Pay via Mollie](https://www.mollie.com/ing-homepay/)
data/lib/mollie/method.rb CHANGED
@@ -13,6 +13,7 @@ module Mollie
13
13
  PAYSAFECARD = "paysafecard"
14
14
  PODIUMCADEAUKAART = "podiumcadeaukaart"
15
15
  GIFTCARD = "giftcard"
16
+ INGHOMEPAY = "inghomepay"
16
17
 
17
18
  attr_accessor :id,
18
19
  :description,
@@ -1,3 +1,3 @@
1
1
  module Mollie
2
- VERSION = "3.1.1"
2
+ VERSION = "3.1.2"
3
3
  end
data/mollie.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.description = %(Accepting iDEAL, Bancontact/Mister Cash, SOFORT Banking,
10
10
  Creditcard, SEPA Bank transfer, SEPA Direct debit, Bitcoin,
11
11
  PayPal, KBC Payment Button, CBC Payment Button, Belfius Direct
12
- Net, paysafecard and PODIUM Cadeaukaart online payments without
12
+ Net, paysafecard, PODIUM Cadeaukaart and ING Home’Pay online payments without
13
13
  fixed monthly costs or any punishing registration procedures.')
14
14
  s.authors = ['Mollie B.V.']
15
15
  s.email = ['info@mollie.nl']
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: 3.1.1
4
+ version: 3.1.2
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: 2018-02-05 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -154,7 +154,7 @@ description: |-
154
154
  Accepting iDEAL, Bancontact/Mister Cash, SOFORT Banking,
155
155
  Creditcard, SEPA Bank transfer, SEPA Direct debit, Bitcoin,
156
156
  PayPal, KBC Payment Button, CBC Payment Button, Belfius Direct
157
- Net, paysafecard and PODIUM Cadeaukaart online payments without
157
+ Net, paysafecard, PODIUM Cadeaukaart and ING Home’Pay online payments without
158
158
  fixed monthly costs or any punishing registration procedures.'
159
159
  email:
160
160
  - info@mollie.nl