DragonByte Tech
Well-known member
We just received a PayPal chargeback, but XF2 says "Information: Transaction already processed. Skipping."
Here's the the log, censored:
The words "Transaction already processed. Skipping." only appears in
Here's the the log, censored:
Code:
array(17) {
["txn_type"] => string(8) "new_case"
["payment_date"] => string(25) "07:42:37 Jan 17, 2019 PST"
["case_id"] => string(xx) "xxx"
["case_type"] => string(10) "chargeback"
["business"] => string(xx) "xxx"
["verify_sign"] => string(xx) "xxx"
["payer_email"] => string(xx) "xxx"
["txn_id"] => string(xx) "xxx"
["case_creation_date"] => string(25) "09:46:17 Mar 05, 2019 PST"
["receiver_email"] => string(xx) "xxx"
["payer_id"] => string(xx) "xxx"
["receiver_id"] => string(xx) "xxx"
["reason_code"] => string(12) "unauthorized"
["custom"] => string(32) "xxx"
["charset"] => string(12) "windows-1252"
["notify_version"] => string(3) "3.9"
["ipn_track_id"] => string(xx) "xxx"
}
The words "Transaction already processed. Skipping." only appears in
AbstractProvider
and in PayPal
, so it's unlikely this is a bug in eCommerce. If I'm wrong, any assistance would be greatly appreciated.
Upvote
0