We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8de01 commit e9a4497Copy full SHA for e9a4497
lib/algora_web/live/org/job_live.ex
@@ -704,9 +704,11 @@ defmodule AlgoraWeb.Org.JobLive do
704
})
705
|> Repo.update()
706
707
+ Algora.Admin.alert("Wire intent: #{inspect(changeset.changes)}", :info)
708
+
709
{:noreply,
710
socket
- |> put_flash(:info, "Wire transfer details have been sent to your email")
711
+ |> put_flash(:info, "We'll send you an invoice via email soon")
712
|> assign(:show_payment_drawer, false)}
713
714
%{valid?: false} = changeset ->
0 commit comments