Releases: mundipagg/ecommerce-module-core
Releases · mundipagg/ecommerce-module-core
Added messages on i18n file
Bug fixes
- No bug fixes
New Features
- No new features
Improvements
- Added messages on i18n file to improve the translations
Fix saved credit card and phone number special characters
Bug fixes
- The credit card saving was not occurring when a customer select to save it at the first order.
- Remove special characters from phone numbers. Now the Payment Module deal with any phone mask.
New Features
- No new features
Improvements
- No improvements
Change order structure to prevent failed order creation
Bug fixes
- The order structure was changed to prevent failed order creation
- The installment service had not to option to use the installments default, we create this option on core configuration.
New Features
- No new features
Improvements
- In this version, we implement the saved cards when the order has the auth only option.
Change hub names to snake case format
Bug fixes
- No Bug fixes
New Features
- No new features
Improvements
- In this version, we change the hub attributes names to snake case format to made compatibility with the new hub format
Remove type
Bug fixes
- Remove int type from method setAntifraudMinAmount signature and remove not allowed characters by regex.
New Features
- No new features
Improvements
- No improvements
Validation service
Bug fixes
- No bug fixes
New Features
- Validation service
Now we has a validation service to validate payment data.
Improvements
- We implement some business rules on aggregates to follow the Mundipagg API Contract
Add feature to delete customer
- Add feature to delete customer
- Fix some configuration bugs when call a static methods how non static
Create Customer Service
- Create Customer Service
Partial capture fixes
- Fix partial capture webhook handling
Card Saving Bug Fixes
- Added some error messages
- Removed saving card process when order is pending.