Issue with Authorized.net with Magento2.2.5Unable to place order with authorized.net direct post magento 2.1.3Sorry, but something went wrong. Please contact the seller. Issue : when checkout with credit card (Authorized.net) - Magento-2.1.2Authorize.net : An error occurred on the serverMagento 2: Payment Gateway error, Sorry, but something went wrong. Please contact the seller. Issue (Authorized.net)How to post data to a payment provider when placing an order in Magento 2An error occurred on the server. Please try to place the order againAuthorized.net “Sorry, but something went wrong. Please contact the seller.”Issue with Authorize.net in Magento 2.3Authorized.net error with Magento2.3.1Magento2.3.1 issue with payment via authorized.net
Examples of simultaneous independent breakthroughs
What is the difference between 1/3, 1/2, and full casters?
How to avoid unconsciously copying the style of my favorite writer?
What does コテッと mean?
How important is a good quality camera for good photography?
Is this photo showing a woman posing in the nude before teenagers real?
Did the IBM PC use the 8088's NMI line?
Request for a Latin phrase as motto "God is highest/supreme"
Spoken encryption
How to judge a Ph.D. applicant that arrives "out of thin air"
Why was Sauron preparing for war instead of trying to find the ring?
Is my employer paying me fairly? Going from 1099 to W2
Why did Saturn V not head straight to the moon?
How acidic does a mixture have to be for milk to curdle?
Is it possible to access an array in a custom property in a driver?
Iterate over non-const variables in C++
Heisenberg uncertainty principle in daily life
How do we explain the E major chord in this progression?
Trying to build a function to compute divided difference for arbitrary list of points
Send a single HTML email from Thunderbird, overriding the default "plain text" setting
Why/when is AC-DC-AC conversion superior to direct AC-Ac conversion?
This message is flooding my syslog, how to find where it comes from?
Replacing tongue and groove floorboards: but can't find a match
What to do when you reach a conclusion and find out later on that someone else already did?
Issue with Authorized.net with Magento2.2.5
Unable to place order with authorized.net direct post magento 2.1.3Sorry, but something went wrong. Please contact the seller. Issue : when checkout with credit card (Authorized.net) - Magento-2.1.2Authorize.net : An error occurred on the serverMagento 2: Payment Gateway error, Sorry, but something went wrong. Please contact the seller. Issue (Authorized.net)How to post data to a payment provider when placing an order in Magento 2An error occurred on the server. Please try to place the order againAuthorized.net “Sorry, but something went wrong. Please contact the seller.”Issue with Authorize.net in Magento 2.3Authorized.net error with Magento2.3.1Magento2.3.1 issue with payment via authorized.net
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using Magento2.2.5 and payment gateway on my site is Authorized.net
I created a sandbox account of Authorized.net and put the required information in the admin panel.
Having Following issues:
The order is created with cancel status.
I received this mail as a merchant: https://prnt.sc/lusbbw , Where Transaction Id and Auth Code is 0
3.When Checkout Order created in the backend but no success page or error on the checkout page, Everything is displaying as they are and the cart is cleared.
Got this error in Exception log:
main.CRITICAL: Please enter a transaction ID to authorize this payment. "exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): Please enter a transaction ID to authorize this payment. at /var/www/html/vendor/magento/module-authorizenet/Model/Directpost.php:654)" []
Even I tried with sandbox gateway URL By replacing Production as below:
Sandbox URLs:
https://test.authorize.net/gateway/transact.dll - gateway
https://apitest.authorize.net/xml/v1/request.api - transaction details
Production URLs:
https://secure.authorize.net/gateway/transact.dll - gateway
https://api.authorize.net/xml/v1/request.api - transaction details
but nothing helps.
- Payment Log:
main.DEBUG: array ( 'response' => array (
'x_response_code' => '1',
'x_response_reason_code' => '1',
'x_response_reason_text' => '(TESTMODE) This transaction has been approved.',
'x_avs_code' => 'P',
'x_auth_code' => '000000',
'x_trans_id' => '0',
'x_method' => 'CC',
'x_card_type' => 'Visa',
'x_account_number' => 'XXXX1111',
'x_first_name' => 'Neha',
'x_last_name' => 'Vyas',
'x_company' => '',
'x_address' => '695 Atha Drive',
'x_city' => 'New Orleans',
'x_state' => 'North Carolina',
'x_zip' => '70122',
'x_country' => 'US',
'x_phone' => '504-919-7848',
'x_fax' => '',
'x_email' => 'nehav23@mailinator.com',
'x_invoice_num' => '000000021',
'x_description' => '',
'x_type' => 'auth_capture',
'x_cust_id' => '',
'x_ship_to_first_name' => 'Neha',
'x_ship_to_last_name' => 'Vyas',
'x_ship_to_company' => '',
'x_ship_to_address' => '695 Atha Drive',
'x_ship_to_city' => 'New Orleans',
'x_ship_to_state' => 'North Carolina',
'x_ship_to_zip' => '70122',
'x_ship_to_country' => 'US',
'x_amount' => '23.00',
'x_tax' => '0.00',
'x_duty' => '0.00',
'x_freight' => '20.00',
'x_tax_exempt' => 'FALSE',
'x_po_num' => '',
'x_MD5_Hash' => '30A3673E1EF476628D99886A87683A17',
'x_SHA2_Hash' => '',
'x_cvv2_resp_code' => '',
'x_cavv_response' => '',
'x_test_request' => 'true',
'controller_action_name' => 'directpost_payment',
'is_secure' => '1', ), ) [] []
Suggestion how to fix it.
magento2 checkout orders error authorize.net
add a comment |
I am using Magento2.2.5 and payment gateway on my site is Authorized.net
I created a sandbox account of Authorized.net and put the required information in the admin panel.
Having Following issues:
The order is created with cancel status.
I received this mail as a merchant: https://prnt.sc/lusbbw , Where Transaction Id and Auth Code is 0
3.When Checkout Order created in the backend but no success page or error on the checkout page, Everything is displaying as they are and the cart is cleared.
Got this error in Exception log:
main.CRITICAL: Please enter a transaction ID to authorize this payment. "exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): Please enter a transaction ID to authorize this payment. at /var/www/html/vendor/magento/module-authorizenet/Model/Directpost.php:654)" []
Even I tried with sandbox gateway URL By replacing Production as below:
Sandbox URLs:
https://test.authorize.net/gateway/transact.dll - gateway
https://apitest.authorize.net/xml/v1/request.api - transaction details
Production URLs:
https://secure.authorize.net/gateway/transact.dll - gateway
https://api.authorize.net/xml/v1/request.api - transaction details
but nothing helps.
- Payment Log:
main.DEBUG: array ( 'response' => array (
'x_response_code' => '1',
'x_response_reason_code' => '1',
'x_response_reason_text' => '(TESTMODE) This transaction has been approved.',
'x_avs_code' => 'P',
'x_auth_code' => '000000',
'x_trans_id' => '0',
'x_method' => 'CC',
'x_card_type' => 'Visa',
'x_account_number' => 'XXXX1111',
'x_first_name' => 'Neha',
'x_last_name' => 'Vyas',
'x_company' => '',
'x_address' => '695 Atha Drive',
'x_city' => 'New Orleans',
'x_state' => 'North Carolina',
'x_zip' => '70122',
'x_country' => 'US',
'x_phone' => '504-919-7848',
'x_fax' => '',
'x_email' => 'nehav23@mailinator.com',
'x_invoice_num' => '000000021',
'x_description' => '',
'x_type' => 'auth_capture',
'x_cust_id' => '',
'x_ship_to_first_name' => 'Neha',
'x_ship_to_last_name' => 'Vyas',
'x_ship_to_company' => '',
'x_ship_to_address' => '695 Atha Drive',
'x_ship_to_city' => 'New Orleans',
'x_ship_to_state' => 'North Carolina',
'x_ship_to_zip' => '70122',
'x_ship_to_country' => 'US',
'x_amount' => '23.00',
'x_tax' => '0.00',
'x_duty' => '0.00',
'x_freight' => '20.00',
'x_tax_exempt' => 'FALSE',
'x_po_num' => '',
'x_MD5_Hash' => '30A3673E1EF476628D99886A87683A17',
'x_SHA2_Hash' => '',
'x_cvv2_resp_code' => '',
'x_cavv_response' => '',
'x_test_request' => 'true',
'controller_action_name' => 'directpost_payment',
'is_secure' => '1', ), ) [] []
Suggestion how to fix it.
magento2 checkout orders error authorize.net
For sandbox environment theTest Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.
– joni jones
Dec 17 '18 at 15:02
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
TheLive Mode
in Authorize.net sandbox account should be enabled, not theTest Mode
. Magento configuration is correct.
– joni jones
Dec 18 '18 at 8:19
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55
add a comment |
I am using Magento2.2.5 and payment gateway on my site is Authorized.net
I created a sandbox account of Authorized.net and put the required information in the admin panel.
Having Following issues:
The order is created with cancel status.
I received this mail as a merchant: https://prnt.sc/lusbbw , Where Transaction Id and Auth Code is 0
3.When Checkout Order created in the backend but no success page or error on the checkout page, Everything is displaying as they are and the cart is cleared.
Got this error in Exception log:
main.CRITICAL: Please enter a transaction ID to authorize this payment. "exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): Please enter a transaction ID to authorize this payment. at /var/www/html/vendor/magento/module-authorizenet/Model/Directpost.php:654)" []
Even I tried with sandbox gateway URL By replacing Production as below:
Sandbox URLs:
https://test.authorize.net/gateway/transact.dll - gateway
https://apitest.authorize.net/xml/v1/request.api - transaction details
Production URLs:
https://secure.authorize.net/gateway/transact.dll - gateway
https://api.authorize.net/xml/v1/request.api - transaction details
but nothing helps.
- Payment Log:
main.DEBUG: array ( 'response' => array (
'x_response_code' => '1',
'x_response_reason_code' => '1',
'x_response_reason_text' => '(TESTMODE) This transaction has been approved.',
'x_avs_code' => 'P',
'x_auth_code' => '000000',
'x_trans_id' => '0',
'x_method' => 'CC',
'x_card_type' => 'Visa',
'x_account_number' => 'XXXX1111',
'x_first_name' => 'Neha',
'x_last_name' => 'Vyas',
'x_company' => '',
'x_address' => '695 Atha Drive',
'x_city' => 'New Orleans',
'x_state' => 'North Carolina',
'x_zip' => '70122',
'x_country' => 'US',
'x_phone' => '504-919-7848',
'x_fax' => '',
'x_email' => 'nehav23@mailinator.com',
'x_invoice_num' => '000000021',
'x_description' => '',
'x_type' => 'auth_capture',
'x_cust_id' => '',
'x_ship_to_first_name' => 'Neha',
'x_ship_to_last_name' => 'Vyas',
'x_ship_to_company' => '',
'x_ship_to_address' => '695 Atha Drive',
'x_ship_to_city' => 'New Orleans',
'x_ship_to_state' => 'North Carolina',
'x_ship_to_zip' => '70122',
'x_ship_to_country' => 'US',
'x_amount' => '23.00',
'x_tax' => '0.00',
'x_duty' => '0.00',
'x_freight' => '20.00',
'x_tax_exempt' => 'FALSE',
'x_po_num' => '',
'x_MD5_Hash' => '30A3673E1EF476628D99886A87683A17',
'x_SHA2_Hash' => '',
'x_cvv2_resp_code' => '',
'x_cavv_response' => '',
'x_test_request' => 'true',
'controller_action_name' => 'directpost_payment',
'is_secure' => '1', ), ) [] []
Suggestion how to fix it.
magento2 checkout orders error authorize.net
I am using Magento2.2.5 and payment gateway on my site is Authorized.net
I created a sandbox account of Authorized.net and put the required information in the admin panel.
Having Following issues:
The order is created with cancel status.
I received this mail as a merchant: https://prnt.sc/lusbbw , Where Transaction Id and Auth Code is 0
3.When Checkout Order created in the backend but no success page or error on the checkout page, Everything is displaying as they are and the cart is cleared.
Got this error in Exception log:
main.CRITICAL: Please enter a transaction ID to authorize this payment. "exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): Please enter a transaction ID to authorize this payment. at /var/www/html/vendor/magento/module-authorizenet/Model/Directpost.php:654)" []
Even I tried with sandbox gateway URL By replacing Production as below:
Sandbox URLs:
https://test.authorize.net/gateway/transact.dll - gateway
https://apitest.authorize.net/xml/v1/request.api - transaction details
Production URLs:
https://secure.authorize.net/gateway/transact.dll - gateway
https://api.authorize.net/xml/v1/request.api - transaction details
but nothing helps.
- Payment Log:
main.DEBUG: array ( 'response' => array (
'x_response_code' => '1',
'x_response_reason_code' => '1',
'x_response_reason_text' => '(TESTMODE) This transaction has been approved.',
'x_avs_code' => 'P',
'x_auth_code' => '000000',
'x_trans_id' => '0',
'x_method' => 'CC',
'x_card_type' => 'Visa',
'x_account_number' => 'XXXX1111',
'x_first_name' => 'Neha',
'x_last_name' => 'Vyas',
'x_company' => '',
'x_address' => '695 Atha Drive',
'x_city' => 'New Orleans',
'x_state' => 'North Carolina',
'x_zip' => '70122',
'x_country' => 'US',
'x_phone' => '504-919-7848',
'x_fax' => '',
'x_email' => 'nehav23@mailinator.com',
'x_invoice_num' => '000000021',
'x_description' => '',
'x_type' => 'auth_capture',
'x_cust_id' => '',
'x_ship_to_first_name' => 'Neha',
'x_ship_to_last_name' => 'Vyas',
'x_ship_to_company' => '',
'x_ship_to_address' => '695 Atha Drive',
'x_ship_to_city' => 'New Orleans',
'x_ship_to_state' => 'North Carolina',
'x_ship_to_zip' => '70122',
'x_ship_to_country' => 'US',
'x_amount' => '23.00',
'x_tax' => '0.00',
'x_duty' => '0.00',
'x_freight' => '20.00',
'x_tax_exempt' => 'FALSE',
'x_po_num' => '',
'x_MD5_Hash' => '30A3673E1EF476628D99886A87683A17',
'x_SHA2_Hash' => '',
'x_cvv2_resp_code' => '',
'x_cavv_response' => '',
'x_test_request' => 'true',
'controller_action_name' => 'directpost_payment',
'is_secure' => '1', ), ) [] []
Suggestion how to fix it.
magento2 checkout orders error authorize.net
magento2 checkout orders error authorize.net
edited Dec 14 '18 at 8:55
Evince Development
9434 silver badges19 bronze badges
9434 silver badges19 bronze badges
asked Dec 14 '18 at 7:11
YogitaYogita
3132 silver badges15 bronze badges
3132 silver badges15 bronze badges
For sandbox environment theTest Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.
– joni jones
Dec 17 '18 at 15:02
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
TheLive Mode
in Authorize.net sandbox account should be enabled, not theTest Mode
. Magento configuration is correct.
– joni jones
Dec 18 '18 at 8:19
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55
add a comment |
For sandbox environment theTest Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.
– joni jones
Dec 17 '18 at 15:02
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
TheLive Mode
in Authorize.net sandbox account should be enabled, not theTest Mode
. Magento configuration is correct.
– joni jones
Dec 18 '18 at 8:19
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55
For sandbox environment the
Test Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.– joni jones
Dec 17 '18 at 15:02
For sandbox environment the
Test Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.– joni jones
Dec 17 '18 at 15:02
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
The
Live Mode
in Authorize.net sandbox account should be enabled, not the Test Mode
. Magento configuration is correct.– joni jones
Dec 18 '18 at 8:19
The
Live Mode
in Authorize.net sandbox account should be enabled, not the Test Mode
. Magento configuration is correct.– joni jones
Dec 18 '18 at 8:19
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55
add a comment |
1 Answer
1
active
oldest
votes
you can use live URL and set live into test mode.
Hope it will help you.
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f253616%2fissue-with-authorized-net-with-magento2-2-5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
you can use live URL and set live into test mode.
Hope it will help you.
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
add a comment |
you can use live URL and set live into test mode.
Hope it will help you.
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
add a comment |
you can use live URL and set live into test mode.
Hope it will help you.
you can use live URL and set live into test mode.
Hope it will help you.
answered Dec 17 '18 at 13:45
Sunil PatelSunil Patel
1,5331 gold badge6 silver badges12 bronze badges
1,5331 gold badge6 silver badges12 bronze badges
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
add a comment |
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
Its not working. I tried this: prnt.sc/lwex1n with prnt.sc/lwexno. And its reverse prnt.sc/lwfgxq with prnt.sc/lwfh1n
– Yogita
Dec 18 '18 at 10:06
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f253616%2fissue-with-authorized-net-with-magento2-2-5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
For sandbox environment the
Test Mode
should be disabled, it used only for production testing not for sandbox environment. Also, Authorize.net integration doesn't work on a local environment. Your Magento instance should be available from "public" Internet.– joni jones
Dec 17 '18 at 15:02
@jonijones, You mean Setting should be like these 2: prnt.sc/lwd64e and prnt.sc/lwd8q4, Send me screen-shots if I am getting you wrong.
– Yogita
Dec 18 '18 at 7:21
The
Live Mode
in Authorize.net sandbox account should be enabled, not theTest Mode
. Magento configuration is correct.– joni jones
Dec 18 '18 at 8:19
I changed but it is showing this: prnt.sc/lwgzvu
– Yogita
Dec 18 '18 at 11:55