Skip to content

Releases: Mangopay/mangopay2-ruby-sdk

3.21.0

23 Jan 15:24
Compare
Choose a tag to compare

Added

3.20.0

15 Nov 12:07
Compare
Choose a tag to compare

Added

Now, our SDK enables seamless integration with multiple clientIDs, offering enhanced flexibility and customization.

You can effortlessly create multiple configuration objects tailored to your specific needs:

config = MangoPay::Configuration.new
config.client_id = 'your-client-id'
config.client_apiKey = 'your-api-key'
config.preproduction = true

add them using :

MangoPay.add_config('config1', config)

and perform a call with them using :

MangoPay.get_config('config1').apply_configuration

The previous method configure() is still working.

3.19.0

02 Nov 12:09
Compare
Choose a tag to compare

Updated

  • Giropay and Ideal integrations with Mangopay have been improved.
  • Klarna param "MerchantOrderId" has been renamed to "Reference"

3.18.0

29 Sep 10:41
Compare
Choose a tag to compare

Added

  • Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints

3.17.0

20 Sep 13:30
Compare
Choose a tag to compare

Added

  • A new parameter for Paypal : ShippingPreference
  • Klarna is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
  • #225 It's now possible to configure ssl_options. It's now possible to set to false in preproduction environment. Thanks to @mantaskujalis

3.16.0

04 Sep 10:30
Compare
Choose a tag to compare

Added

  • Card validation endpoint management (Private beta)
  • New MOPs added : Multibanco, Blik, Satispay (Private beta)

Fixed

  • Execution Type of MB Way and PayPal has been changed from Direct to Web

3.15.0

07 Jul 14:50
Compare
Choose a tag to compare

Added

  • Google Pay is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
  • Paypal integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

Fixed

  • Phone parameter instead of PhoneNumber for MBWay
  • Timeout should be in secondes instead of milliseconds in the configuration

3.14.0

21 Jun 10:31
Compare
Choose a tag to compare

Added

  • MB WAY is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.

3.13.2

18 May 06:30
Compare
Choose a tag to compare

Fixes

  • fixed GitHub Actions CD pipeline

3.13.1

18 May 06:14
Compare
Choose a tag to compare

Fixes