...
Area | Description | |||||
---|---|---|---|---|---|---|
Change Tracking | Export transaction changes (RTC-27668) TransactionExport job was added to GiftCardServiceIntegration and it exports every new or modified transaction to the Service Bus and saves it into blob container named batchtoprocess to Giftcard.Transaction.Export event.
| |||||
GiftCardService | Cancel authorization (RTC-29490) New function to manually cancel transaction with status "Authorizing" in the transaction view of a given gift card. When selected transaction that meets the correct condition for cancellation, the option "Cancel authorization" is visible under under '...' button.
|
...
Released 27.01.2023
Area | Description |
---|---|
API | Images API (RTC-13271) Gift Card service has been extended with four requests:
/api/v2/GiftCard/images
/api/v2/GiftCard/image/{imageId}
/api/v2/GiftCard/image/{imageId}/preview
/api/v2/GiftCard/images/profile/{profileReference} Implemented changes support also assigning image to the gift cards in issue requests. Moreover, gift card management and distributor e-mail support displaying images assigned to the gift cards. |
GiftCardService | Transactions grid (RTC-27029) New fields added to the transaction grid, "Issuing store name" and "Issuing store number". Export Gift Card transactions to Excel (RTC-28575) "Export to Excel" functionality has been to Transactions view. The button is active only when filtering is applied in the grid. Each excel export is limited to 100 000 lines in file. |
...
Released 02.11.2022
Area | Description | |||||||
---|---|---|---|---|---|---|---|---|
GiftCardService | Gift Card Expirator performance (RTC-26305) GiftCardExpirator has been refactored to expire giftcards in batches. The performance of the expiration has been greatly improved.
| |||||||
GiftCardService Klarna Gateway | Creating redeem transaction with 0 amount (RTC-24608) Redeem transaction with 0 amount were still being created for empty Gift Cards. After changes, redeem transactions with 0 amount are not created for all of the gift cards. |
...
Released 19.09.2022
Area | Description | |||||
---|---|---|---|---|---|---|
Klarna Gateway | Extend transaction patch method (RTC-24201) GiftCardService: patch transaction update request's response has been extended with gift card details. | |||||
GiftCardService | Errors logged twice in responses (RTC-24466) Giftcard service was logging duplicated errors in responses for some cases in connection to validation of the path of parameters giftCardNumber, startingGiftCardNumber or giftCardsCount. Developer removed duplicate validation. | |||||
GiftCardService API | Multiple issue method route change (RTC-25286) Updated url of requests and also request body.
| |||||
Gift Card Service Import | GiftCard Service/Import from SVS (RTC-25672) ExpiresAtUtc and PinCode fields are not cleared while cancelling issue transactions of the preloaded giftcards. | |||||
GiftCardService | GiftcardService Performance (RTC-25709) Added new indexes in database to improve grid performances. |
...
Released 14.07.2022
Support issuing multiple gift cards
...
If any gift card already exists in the specified range, then no gift cards will be created for given parameters startingGiftCardNumber and giftCardCount.
Improvement
Area | Description |
---|---|
Gift Card Module | Finnish and Austrian Cultures (RTC-24131) Finnish ("fi-FI") and Austrian ( "de-AT") cultures are supported in email distribution jobs and in GiftCardService. |
...
Released 23.06.2022
No currency validation when issuing a gift card
...
This also affects saving import files into the database.
Improvements
Area | Description |
---|---|
Images | Edit validity period (RTC-21182) Adding possibility to rename or edit validity period of temporary image from |
Gift Card management. Image centering (RTC-19702) Image on a gift card is centered and isn't out of the screen on a mobile device. Image cleanup (RTC-18861) Image cleanup job (name of job: ImageCleaner) for removal of unused images in Azure Storage and BD. Unused images or images deleted from the Management level are removed from the database and Azure. Storage after ImageCleaner job execution. | |
Gift Card Module | Handle euro currency on gift card image (RTC-23995) The images for gift cards in euro currency are properly displaying "€" sign. User roles (RTC-19465) Providing compatibility of user roles view and description for GiftCardService in line with other cloud modules. Dividing them on category and sections. Selecting section causes ticking roles below it. Additionally, depending roles are ticked automatically. |
...
Released 31.05.2022
Email templates
...
Giftcard images are resolved in the new flow. Profiles have dedicated images - ordinary (basic) image for profile or proper ones specified for time period only.
Improvements
Area | Description |
---|---|
Transactions | Issue gift card (RTC-19374) When issuing new gift card, the profileId is properly assigned to this gift card basing on the store number from the issue request. |
GiftCardService | The performance of the cancel/update/commit requests has been improved (RTC-22229) Index on TransactionId in [CloudScrip].[Transaction] table has been added. |
...
Released 29.04.2022
Klarna Gateway
...
Grid with all transactions has been added. Separated permission is needed to access it. Grid contains data from all columns from Transactions DB table (except GiftCardId and table primary key).
Improvements
Area | Description |
---|---|
Gift card imports | Validation on Import (RTC-22167) Validation of files in importing has been changed to support all csv files, not only excel/csv files. |
Transactions | ReGive action (RTC-22137) When performing a ReGive action - distribution is created for the new owner. |
...
Released 16.03.2022
Service has been extended for EG Klarna Gateway API
...
Added job to cleanup staging tables rows older than configured value.
Improvements
Area | Description |
---|---|
API | Fix on Owner and ValidDate in ReGive and ExtendValidity methods (RTC-21000) When performing ReGive action on gift card proper owner values (OldOwnerClaim and NewOwnerClain) are saved in transaction details. When using ExtendValidity method proper ValidDate values (OldValidUtc and NewValidUtc) are saved in transaction details. |
Gift card imports | Default empty value for DefaultCurrencyCode (RTC-20890) Import of gift card with no currency code in import file works fine also when DefaultCurrencyCode parameter has default value. |
...
Released 18.02.2023
Default filter and columns persistence
...
Added parameter for default currency. It is used in the import when currency is not given in the file.
Improvements
Area | Description |
---|---|
Balance details view | The data for the selected date (date period) is displayed properly in balance details view. |
Image management | Gift Card management user is able to sort images properly, when hiding expired ones (no blank spaces between not expired images). |
...
Released 17.01.2022
Balance statistics calculator job
...
BalanceStatisticsCalculator job calculates values for each store for the previous day and then inserts statistics into [CloudScrip].[DailyBalance] table. Those statistics are displayed in the giftcard gift card balance views.
During the job execution below statistics are calculated:
...
API Method is added. With this method a user can receive gift card image in following the order:
- image Image send in request parameter.
- image Image linked to the gift card.
- active Active periodic image from giftcardgift card's profile.
- ordinary Ordinary image from gift card's profile.
- default Default image for tenant.
- default Default hardcoded grey image.
...
Released 03.12.2021
Mass import of existing gift cards from other sources
...