Skip to content

Releases: mundipagg/magento2

Debit Pinless and Weekly Subscription

28 Apr 21:36
Compare
Choose a tag to compare

✨ New Features

Debit Pinless

We've added the debit pinless payment method

Weekly subscription

Now it's possible to create weekly subscription

🐛 Bug fixes

No Bug Fixes

🚀 Improvements

No improvements

Fix bugs on module's checkout

13 Apr 22:44
Compare
Choose a tag to compare

✨ New Features

No features

🐛 Bug fixes

Fix Saved Card configuration

We fixed the option to save card, now it respects the administrator configuration. Before it always showed this option to the customer even when the configuration was false

Fixed loading voucher

We fixed the checkout problem that when selecting Voucher it loaded the wrong fields

Fixed subscription api

We fixed the api method list and delete subscriptions

Fixing observer checkout recurrence product

Now the system checks if the product has items before searching if it is a recurring product

🚀 Improvements

No improvements

Fix Magento API integration

07 Apr 20:15
Compare
Choose a tag to compare

✨ New Features

No improvements

🐛 Bug fixes

Fix Magento API integration

Changing structures of our api's to be compatible with the swagger api

🚀 Improvements

Payment Information

More payment information published in relation to boleto and credit card for the shopkeeper

Plan's subscription

25 Mar 23:29
Compare
Choose a tag to compare

✨ New Features

Plan's subscription

From this version you can create subscriptions using plans

🐛 Bug fixes

Recreate voucher as payment method

We implemented Voucher cards as credit card's payment method brands and it was not working.
Now we have created a new payment method especifically for Vouchers, allowing configure it separetadly and create especific rules for it.

Fix B2B using

Our module was generating many bugs on Magento's checkout when the B2B module is enabled.

🚀 Improvements

No improvements

Improve taxvat checking

02 Mar 14:15
Compare
Choose a tag to compare

Bug fixes

  • No bug fix

New Features

  • No new features

Improvements

  • Get taxvat from guest user

Fix subscription creation and webhook response status code handler

18 Feb 19:17
Compare
Choose a tag to compare

Bug fixes

Fix subscription creation

  • Check if product exists on platform before subscription creation

Response status code changed from 422 to 5xx

  • We've sent the status code 422 when the order paid webhook is processed before the charge paid webhook, but the API just retry if the status code is 5xx.
    We changed the response status code on this situation

Check if there is an order before canceling it

  • Check if there is an order before canceling it on platform

New Features

  • No new features

Improvements

  • No improvements.

Fix webhook response status code

18 Feb 17:33
b30be2b
Compare
Choose a tag to compare

Bug fixes

  • We've sent the status code 422 when the order paid webhook is processed before the charge paid webhook, but the API just retry if the status code is 5xx.
    We changed the response status code on this situation
  • We've verifying if has an order before canceling the order

New Features

  • No new features

Improvements

  • No improvements.

Create recurrence subscription

17 Feb 17:57
Compare
Choose a tag to compare

Bug fixes

Fix coupon applied on checkout

We inserted a listener for coupon applied on checkout and use it for update the credit card installments based on new order total amount.

Checkout refactoring

We recreated module's checkout for a better maintainability and bug fixes.

New Features

Subscription creation

Now is possible to create recurring subscriptions with the following features.

  • Subscription based on recurring products.
  • Display recurring prices on product's page.
  • To sell recurring products as simple products.
  • Cart conflicts configuration for recurring products
  • Subscription information's page for customers.
  • Subscription information's page for administrators.
  • All CRUD operations by API.
  • Payment method's switch based on recurring products configuration.

Fix bug on cancel observer

07 Feb 19:44
10c516f
Compare
Choose a tag to compare

Bug fixes

  • We weren't verifying if the order was made through Mundipagg before the cancel. Now we are verifying if the order was made by one of our payment methods before canceling the order.

New Features

  • No new features

Improvements

  • No improvements.

Fix configuration empty values check

22 Jan 15:58
19e3318
Compare
Choose a tag to compare

Bug fixes

  • We were sending "false" value in some some API fields like the "statement_descriptor"
    We changed all isset() uses for !empty() in all configuration's fields sets for fix it at ecommerce-module-core

New Features

  • No new features

Improvements

  • No improvements.