In the sending mode on the Live site, I received an error below.
Status: INVALID
Status Details: 4006: The requested TxType is not supported on this account.
Sagepay settings for LIVE below,
SAGEPAY_CONNECT_TO = 'LIVE'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';
but does not work. Some people say that it has changed to "DEFERRED", but it also does not work. above, to set the operating mode in TEST mode, for the settings of the TEST mode:
SAGEPAY_CONNECT_TO = 'TEST'; SAGEPAY_TRANSACTION_TYPE = 'PAYMENT';
How can I solve this problem? Can anyone help me?
source share