On submit form on Live site i got below Error.
Status: INVALID
Status Detail: 4006 : The TxType requested is not supported on this account.
My sagepay setting is for LIVE are below,
SAGEPAY_CONNECT_TO = 'LIVE'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';
but its not working. Some people say it change to 'DEFERRED' but it also not working. above setting working fine in TEST mode, for TEST mode settings are,
SAGEPAY_CONNECT_TO = 'TEST'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';
How can i resolve this issue? Can any one help me?