Skip to content

Instantly share code, notes, and snippets.

@jimmybaker
Created September 8, 2010 15:39
Show Gist options
  • Save jimmybaker/570307 to your computer and use it in GitHub Desktop.
Save jimmybaker/570307 to your computer and use it in GitHub Desktop.
if @cart.fraudulent?
SalesOrderMailer.send_later(:deliver_fraudulent_notification, @cart, @authorization.params, !@credit_card.verification_value.blank?)
else
save_credit_card(@credit_card) if params[:keep_credit_card_on_file] && ! @using_saved_card
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment