Skip to content

Commit c4302fc

Browse files
committed
Update gift card expiry to 7 days
1 parent 54b7743 commit c4302fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/account/gift_card.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
const (
3232
giftCardAutoReturnIntentPrefix = "auto-return-gc-"
33-
GiftCardExpiry = 24 * time.Hour
33+
GiftCardExpiry = 7 * 24 * time.Hour
3434
)
3535

3636
func (p *service) giftCardAutoReturnWorker(serviceCtx context.Context, interval time.Duration) error {

0 commit comments

Comments
 (0)