Please enable JavaScript.
Coggle requires JavaScript to display documents.
eSim Valutix Show Unsuccessful Statuses - Coggle Diagram
eSim Valutix Show Unsuccessful Statuses
start
?valutix_order_status=FAILED
next
?lang=ru
%msg=Платеж не прошел
next
#
else
%msg=Payment failed
next
#
?valutix_order_status=CANCELED
next
?lang=ru
%msg=Платеж отменен
next
#
else
%msg=Payment canceled
next
#
?valutix_order_status=CREATED
next
?lang=ru
%msg=Платеж создан
next
%noIntro=true
%valutix_order_status=null
root
else
%msg=Payment created
next
#
?valutix_order_status=EXPIRED
next
?lang=ru
%msg=Платеж просрочен
next
#
else
%msg=Payment expired
next
#
?valutix_order_status=PENDING
next
?lang=ru
%msg=Платеж ожидает оплаты
next
#
else
%msg=Payment is awaiting payment
next
#
else
end