Skip to content

Instantly share code, notes, and snippets.

@rafaels88
Created September 11, 2018 10:34
Show Gist options
  • Save rafaels88/0e6d4dcc3b34c6c903c8d938979ea2b6 to your computer and use it in GitHub Desktop.
Save rafaels88/0e6d4dcc3b34c6c903c8d938979ea2b6 to your computer and use it in GitHub Desktop.
Quiqup - Opus Link 2
defmodule Quiqup.PersistCollectStagePipeline do
step :persist_stage
def call?(%{order: order}) do
# check stuff and return true or false
end
def persist_stage(%{order: order})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment