mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
[bug] unable to sync members with stripe
This commit is contained in:
parent
a83a42c70c
commit
c24623dcff
@ -1,6 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Fix a bug: Health API is broken if ElasticSearch is not present
|
||||
- Fix a bug: health API is broken if ElasticSearch is not present
|
||||
- Fix a bug: unable to sync members with stripe
|
||||
|
||||
## v4.5.1 2020 July 1st
|
||||
|
||||
|
@ -49,7 +49,7 @@ namespace :fablab do
|
||||
desc 'sync users to the stripe database'
|
||||
task sync_members: :environment do
|
||||
puts 'We create all non-existing customers on stripe. This may take a while, please wait...'
|
||||
SyncMembersOnStripeWorker.perform
|
||||
SyncMembersOnStripeWorker.new.perform
|
||||
puts 'Done'
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user