Releases: mundipagg/magento2
Debit Pinless and Weekly Subscription
✨ 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
✨ 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
✨ 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
✨ 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
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
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
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
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
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
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.