Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AreaDescription
Distribution

Resend gift card (RTC-32783)

Adding new e-mail is blocked for "resend gift card" and adding new mobile number is blocked for "PIN code reminder".  If If e-mail/mobile is missing, then Resend/Remind Pin PIN button is hidden.


Fix: Include correct gift card images while sending multiple emails (RTC-33421)

While sending multiple gift card emails in a short amount of time, included gift card images correspond to ones in the web service.

Import

ProfileId filled when store number is present in imported file (RTC-32581)

"ProfileId" field is no longer taken into account during importing gift cards. ProfileId is filled according to the store number field.

Issue gift card

Fix: Issue multiple gift cards in management fails when number starts with zero (RTC-33061)

Issuing multiple gift cards in management, for all numbers (including leading zeros) works correctly.

Multi-country

Multi-country: Gift card image text (RTC-32312)

The text on gift card's image is displayed in the culture, which is based on the profile's country code.
If profile's country code is empty or not supported (e.g. PL), then the image is displayed in the culture equal to the user's language.


Multi-country: GiftCard service and EmailTemplateDistributor job (RTC-32296)

The text on gift card's image is displayed in the culture, which is based on the profile's country code.
If profile's country code is empty or not supported (e.g. PL), then the image is displayed in the culture equal to the value of the parameter "Gift card image language".

The changes are applied in:

  • EmailTemplateDistributor job
  • Service requests:
    • /api/v2/GiftCard/giftcardNumber/img
    • /api/v2/GiftCard/image/{imageId/preview


Multi-country: Currency code based on store country when importing gift cards (RTC-32305)

"ProfileId" and "CurrencyCode" fields are not validated and taken into account during import of gift cards. "ProfileId" is filled, based on the profile of the defined store.  "CurrencyCode" is filled based on country code of the profile related to the store. If profile's country code related to the store is NULL or the country code is not supported, then currency code is determined by "DefaultGiftCardCulture" parameter.


Multi-country: Currency based on profile country (RTC-32307)

Gift Cards' currency is dependent on profile country code during issuing gift cards in the management and in the service as well. When issuing gift card using the service, then currency code set in the request is no longer considered. For issuing transactions, if profile related to the store has country code defined, then currency code is assigned on this basis. If profile's country code related to the store is NULL or the country code is not supported, then currency code is determined by "DefaultGiftCardCulture" parameter.


PIN Code Reminder for country code (RTC-24072)

Country code picker is available in "PIN code reminder" and "Change owner" modals. Supported countries: Norway, Sweden, Denmark, Finland, Austria, Germany, Poland

Store


Store picker (RTC-32908)

User is able to search for stores by inputting store number or store name.

System

Stability improvement (RTC-32076)

CreateLock saves priority equal to datetime ticks value during request. It boosts performance and assures that timeout on CreateLock will not occur.


Gift card balance (RTC-32355)

The data in Gift Card balance grids is grouped by store profiles.

Gift Card grids:

  • The store number column is merged with store name into a single column.
  • The Excel export modal and exported Excel file names are properly translated.

...