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:
parent
9509d7b2a6
commit
4ee9121d5f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user