Skip to content

Releases: mundipagg/ecommerce-module-core

Added messages on i18n file

29 Jul 18:51
a08e0b5
Compare
Choose a tag to compare

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

15 Jul 18:37
5dfcdf2
Compare
Choose a tag to compare

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

08 Jul 13:30
c080070
Compare
Choose a tag to compare

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

25 Jun 17:10
7d5d2d9
Compare
Choose a tag to compare

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

19 Jun 18:11
851e514
Compare
Choose a tag to compare

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

11 Jun 20:48
7206d55
Compare
Choose a tag to compare

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

27 May 18:49
f3e1c71
Compare
Choose a tag to compare
  • Add feature to delete customer
  • Fix some configuration bugs when call a static methods how non static

Create Customer Service

20 May 18:17
f3027f9
Compare
Choose a tag to compare
  • Create Customer Service

Partial capture fixes

08 May 18:16
1cddf65
Compare
Choose a tag to compare
  • Fix partial capture webhook handling

Card Saving Bug Fixes

03 May 20:36
fb07420
Compare
Choose a tag to compare
  • Added some error messages
  • Removed saving card process when order is pending.