Dear Team,
While integrating authorized.net and place an order in magento2.2.x, Order has been placed and invoice generated in Authorized.net sandbox account. But in the checkout page, has some error showing and disappear within a 5 sec. Don't redirect to success page till staying on that page.
Pls ref attachment
Do the needful to solve the issues.
Hello @premalatha_s
I am not able to see attachment.
check network panel into browser and check reply of ajax hope it will help you.
Hi,
I got below error in my console.
<html>
<head>
<script>
var require = window.top.require;
require(
[
'jquery',
'Magento_Ui/js/model/messageList',
'mage/translate',
'Magento_Checkout/js/model/full-screen-loader'
],
function($, globalMessageList, $t, fullScreenLoader) {
var parent = window.top;
$(parent).trigger('clearTimeout');
fullScreenLoader.stopLoader();
globalMessageList.addErrorMessage({
message: $t('An error occurred on the server. Please try to place the order again.')
});
}
);
</script>
</head>
<body></body>
</html>
Please refer the below screenshots
The transaction has been done successfully in authorized.net sandbox account. But in checkout did not redirect to the success page and showing the error(ref screenshots).Can you please help me to solve the issues.