1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] unable to sync coupons on stripe

This commit is contained in:
Sylvain 2021-06-21 10:10:55 +02:00
parent 9509d7b2a6
commit 4ee9121d5f
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Changelog Fab-manager
- Fix a bug: unable to sync coupons on stripe
## v5.0.5 2021 June 18
- Fix a bug: during the upgrade, unable to detect the target when not explicitly specified

View File

@ -2,6 +2,7 @@
# This worker perform various requests to the Stripe API (payment service)
class SyncObjectsOnStripeWorker
require 'stripe/service'
include Sidekiq::Worker
sidekiq_options lock: :until_executed, on_conflict: :reject, queue: :stripe