- <transition transition_id="auto_accept_payment"
- title="Accept payment" new_state="paid"
- trigger="USER" before_script="" after_script="">
- <description>Payment accepted by the bank</description>
-
- <guard>
- <guard-expression>nothing</guard-expression>
- </guard>
- </transition>
- <transition transition_id="auto_cancel_order"
- title="Cancel order" new_state=""
- trigger="USER" before_script="" after_script="">
- <description>The customer has canceled the order from payement site.</description>
-
- <guard>
- <guard-expression>nothing</guard-expression>
- </guard>
- </transition>
- <transition transition_id="auto_refuse_payment"
- title="Refuse payment" new_state="refused"
- trigger="USER" before_script="" after_script="">
- <description>Payment refused by the bank.</description>
-
- <guard>
- <guard-expression>nothing</guard-expression>
- </guard>
- </transition>
- <transition transition_id="auto_transaction_failed"
- title="" new_state="" trigger="USER"
- before_script="" after_script="">
-
- <guard>
- <guard-expression>nothing</guard-expression>
- </guard>
- </transition>