Skip to content

Releases: mundipagg/ecommerce-module-core

Implements resilience when creating the order

08 Feb 17:47
Compare
Choose a tag to compare

✨ New Features

No new feature

🐛 Bug fixes

No Bug fixes

🚀 Improvements

Resilience

Implements resilience when creating the order

Antifraud order history

Add history comment on antifraud webhooks

Remove webhooks not implemented

Remove exception from webhooks not implemented

Avoiding canceled order from being processed before charges

11 Jan 17:50
Compare
Choose a tag to compare

✨ New Features

No new feature

🐛 Bug fixes

Fix webhook order cancelation

Now we force the Webhook charge-failed and charge-canceled to be processed before the Webhook order-canceled

🚀 Improvements

No improvements

Fix boleto configuration

24 Dec 05:39
Compare
Choose a tag to compare

✨ New Features

No new feature

🐛 Bug fixes

Fix boleto configuration

We've fixed boleto configuration that was being set how boolean value instead of integer

🚀 Improvements

No improvements

Fix saved card on Subscription

16 Dec 04:00
Compare
Choose a tag to compare

✨ New Features

No new feature

🐛 Bug fixes

Fix saved card on Subscription

We've fixed to be able the feature to save a card and use a saved card when making a subscription

🚀 Improvements

No improvements

Implementing Pix payment

19 Nov 19:22
Compare
Choose a tag to compare

✨ New Features

Implementing Pix payment

Create a structure to be able to make an order using Pix how payment method

🐛 Bug fixes

No bug fixes

🚀 Improvements

No improvements

Removes special characters

16 Nov 19:13
Compare
Choose a tag to compare

✨ New Features

No new features

🐛 Bug fixes

Removes special characters

Now we're removing special characters on JSON and in the address to not break when decoding the JSON

🚀 Improvements

Adds config snapshot when creating order

We've added the config snapshot when creating an order

Fix order cancellation by admin

08 Oct 19:27
Compare
Choose a tag to compare

✨ New Features

No new features

🐛 Bug fixes

Fix order cancellation by admin

We'd some errors when canceling the charge by Magento admin, so we remove the functions that were changing status by cancelation action to only the order.paid webhook manage the status

Treat specials characters from transaction data

Now we treat the specials characters before saving on database

🚀 Improvements

Increase logs coverage

Avoid to change order status on charge services

22 Sep 14:27
c48c09d
Compare
Choose a tag to compare

✨ New Features

No new features

🐛 Bug fixes

Avoid to change order status on charge services

Now we're changing the order status only on order service and remove this responsibility of charge service

🚀 Improvements

No Improvements

Change the way to convert money

25 Aug 22:27
Compare
Choose a tag to compare

✨ New Features

No new features

🐛 Bug fixes

Change the way to convert money

Change the way to convert to float and using the money service to get correct installment values

Avoid an order closed changed to canceled

We've fixed the bug that changes the order status to canceled after the order be closed

🚀 Improvements

No Improvements

Fix round precision on Money Service

10 Aug 20:19
Compare
Choose a tag to compare

✨ New Features

No new features

🐛 Bug fixes

Fix round precision on Money Service

We had a bug at rounding because we weren't setting the correct precision to round

🚀 Improvements

No Improvements