
systems-sample.ConversationSystemExample.givexConversation.preAuthCardFailure.scn Maven / Gradle / Ivy
The newest version!
[language]
javascript
[when]
payload.PreAuth != null && payload.PreAuth.givexNumber.indexOf("1111222233330000") == 0
[execute]
var part = payload.PreAuth.response;
part.responseContent = '\
\
\
SOAP-ENV:Server \
TransErr \
\
\
Failed to authenticate gift card \
\
\
\
\
';
payload;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy