mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
Update syntax in rake task
This commit is contained in:
@@ -25,7 +25,7 @@ namespace :ofn do
|
||||
placed_at: nil)
|
||||
|
||||
# Run placement job to create orders
|
||||
SubscriptionPlacementJob.new.perform
|
||||
SubscriptionPlacementJob.perform_now
|
||||
end
|
||||
|
||||
desc "Force confirmation job for a specific Order Cycle"
|
||||
@@ -43,7 +43,7 @@ namespace :ofn do
|
||||
)
|
||||
|
||||
# Run Confirm Job to process payments
|
||||
SubscriptionConfirmJob.new.perform
|
||||
SubscriptionConfirmJob.perform_now
|
||||
end
|
||||
|
||||
def exit_in_production
|
||||
|
||||
Reference in New Issue
Block a user