An error occurred while trying to report this transaction to the merchant
Tech-Today

An error occurred while trying to report this transaction to the merchant


Calling the authorize.net api, I've encountered this error:

An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.

Solution:

Add this line to your .htaccess:


php_value max_execution_time 18000


Seems the request timeouts before the authorize.net can send back its response.




-
Send Email using MFMailComposer (Template)1.) Import MessageUI      import MessageUI 2.) Show Email func showMail() { let mailComposeViewController = configuredMailComposeViewController() if MFMailComposeViewController.canSendMail()...

- How To Install A Maven Artifact Into Your Local Repository
For example, you are working on a maven project application that integrates with paypal. You download paypal sdk (jars),  but you don't have any repository manager installed/setup on your local machine. What you can do are: 1.) Include the...

- Gsmcomm Message Received 321 Occurred
Recently I've encountered this error while developing a gsmcomm powered device up couple with 500 error. To know what these errors mean, you can refer to: http://www.developershome.com/sms/resultCodes2.asp#16.2.1.1.Table of +CMS Error Codes and Their...

- Php_network_getaddresses: Getaddrinfo Failed: No Such Host Is Known.
Wondering how to disable the above error? Even if you set in your php.ini: display_errors = Off Errors will still pop out. Solution: Just add @ at the beginning of the function: $handle = @fopen($obj, "r"); @, suppress the warnings produced Php documentation...

- Magento - 500 Internal Error
Server: 1and1 hosting After fixing the database issue, I found myself trap with: 1.) front end - I got 500 Internal Error 2.) back end - out of memory error To keep it short here are my solutions: 1 & 2.) I remember doing these things: a.) rename...



Tech-Today








.