mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
[bug] unable to sync coupons on stripe
This commit is contained in:
parent
9509d7b2a6
commit
4ee9121d5f
@ -1,5 +1,7 @@
|
|||||||
# Changelog Fab-manager
|
# Changelog Fab-manager
|
||||||
|
|
||||||
|
- Fix a bug: unable to sync coupons on stripe
|
||||||
|
|
||||||
## v5.0.5 2021 June 18
|
## v5.0.5 2021 June 18
|
||||||
|
|
||||||
- Fix a bug: during the upgrade, unable to detect the target when not explicitly specified
|
- Fix a bug: during the upgrade, unable to detect the target when not explicitly specified
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# This worker perform various requests to the Stripe API (payment service)
|
# This worker perform various requests to the Stripe API (payment service)
|
||||||
class SyncObjectsOnStripeWorker
|
class SyncObjectsOnStripeWorker
|
||||||
|
require 'stripe/service'
|
||||||
include Sidekiq::Worker
|
include Sidekiq::Worker
|
||||||
sidekiq_options lock: :until_executed, on_conflict: :reject, queue: :stripe
|
sidekiq_options lock: :until_executed, on_conflict: :reject, queue: :stripe
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user