Skip to content

Commit e9a4497

Browse files
committed
add alert
1 parent 3d8de01 commit e9a4497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/algora_web/live/org/job_live.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,11 @@ defmodule AlgoraWeb.Org.JobLive do
704704
})
705705
|> Repo.update()
706706

707+
Algora.Admin.alert("Wire intent: #{inspect(changeset.changes)}", :info)
708+
707709
{:noreply,
708710
socket
709-
|> 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")
710712
|> assign(:show_payment_drawer, false)}
711713

712714
%{valid?: false} = changeset ->

0 commit comments

Comments
 (0)