cancel
Showing results for 
Search instead for 
Did you mean: 

SUPEE-8788 preventing site from capturing authorize.net payment

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Re: SUPEE-8788 preventing site from capturing authorize.net payment

Same problem here, I'm using Patch v2.

Re: SUPEE-8788 preventing site from capturing authorize.net payment

Reason why backend Invoice is not working(Using authorize.net payment)

 

when we place an order using this method:
the transaction table "sales_payment_transaction" updated by txn_id = 0

On the backend invoice:
Unable to save the invoice.

Error: SQLSTATE23000: Integrity constraint violation: 1062 Duplicate entry '61-61-0' for key 'UNQ_SALES_PAYMENT_TRANSACTION_ORDER_ID_PAYMENT_ID_TXN_ID', query was: INSERT INTO `sales_payment_transaction` (`order_id`, `payment_id`, `txn_id`, `txn_type`, `is_closed`, `additional_information`, `created_at`) VALUES (?, ?, ?, ?, ?, ?, '2017-07-04 07:23:00')

because try to updated the table with txn_id=0 for the same order(Duplicate)
Here the Authorize transaction ID alway "0"