Releases: Mangopay/mangopay2-ruby-sdk
Releases · Mangopay/mangopay2-ruby-sdk
3.21.0
Added
- The endpoint View a card Validation is now available
3.20.0
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
Updated
- Giropay and Ideal integrations with Mangopay have been improved.
- Klarna param "MerchantOrderId" has been renamed to "Reference"
3.18.0
Added
- Instantly convert funds between 2 wallets of different currencies owned by the same user with the new SPOT FX endpoints
3.17.0
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
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
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 ofPhoneNumber
for MBWay- Timeout should be in secondes instead of milliseconds in the configuration
3.14.0
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
3.13.1
Fixes
- typo fixed in test context name (@batistadasilva)