Versions Compared

Key

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

...

AreaDescription
API

Images API (RTC-13271)

Gift Card service has been extended with four requests:

  • images - return all images uploaded to service as a data set
/api/v2/GiftCard/images 
  • imageId - returns image uploaded to service based on its ID
/api/v2/GiftCard/image/{imageId} 
  • imageId preview - returns gift card preview to service based on given image ID
/api/v2/GiftCard/image/{imageId}/preview 
  • profile reference - returns all images for specific profile uploaded to service as a data set
/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.
The data is exported by FileExporter job (new job in GiftCardServiceIntegration package) to the "giftcard" blob container.

Each excel export is limited to 100 000 lines in file.


...

Released 02.11.2022

 

AreaDescription
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.

Expand
titleTechnical
Job's configuration

Two new parameters are available in job's configuration:

  • Batch size - number of gift cards to be expired in one run of the procedure;
  • Execution maximum - number of gift cards to be expired in single job's execution.                                                                      
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.

...