commerce_signifyd-1.0.x-dev/commerce_signifyd.commerce_log_templates.yml
commerce_signifyd.commerce_log_templates.yml
signifyd_case_creation:
category: commerce_signifyd
label: 'Signifyd Case Created'
template: '<p>Created case <a href="{{ url }}">{{ case_id }}</a> with score of {{ score }} and guarantee: {{ guarantee }} </p>'
signifyd_case_review:
category: commerce_signifyd
label: 'Signifyd Case Review'
template: '<p>Reviewed case <a href="{{ url }}">{{ case_id }}</a> with score of {{ score }} and guarantee: {{ guarantee }} </p>'
signifyd_case_rescore:
category: commerce_signifyd
label: 'Signifyd Case Rescore'
template: '<p>Rescored case <a href="{{ url }}">{{ case_id }}</a> with score of {{ score }} and guarantee: {{ guarantee }} </p>'
signifyd_case_decisions:
category: commerce_signifyd
label: 'Signifyd Decision Made'
template: '<p>Decision made on case <a href="{{ url }}">{{ case_id }}</a> with score of {{ score }} and decision: {{ decision }} </p>'
