|
Returns program flow to the top of the
ExampleThis example skips any un-important / unused responses from the commerce library using <MvCOMMERCECONTINUE>. Example:
<MvCOMMERCE METAMETHOD = "Card_Provider"
ACTION = "{ Card_Provider.d.url }"
FIELDS = "{ l.fields }">
<MvCOMMENT> Ignore any response greater than 1 </MvCOMMENT>
<MvIF EXPR = "{ s.x_response_code GT 1 }">
<MvCOMMERCECONTINUE>
</MvIF>
... process the transaction ...
</MvCOMMERCE>
|