Order transactions aren't getting categorized correctly.

Issue #22 closed
Drew Angell repo owner created an issue

When I submit a transaction from the sandbox via the virtual terminal I can see the IPN in the dashboard when I'm not filtering, but if I try to filter by order the virtual terminal record does not get included in the list.

I can see in the helper class that the line setting the category (txn_type_own) to "orders" is including the virtual_terminal type, so I'm not sure why I'd be losing those when filtering by order, but that seems to be what's happening.

When I remove the filter, of course, the virtual_terminal transaction shows up again.

Comments (9)

  1. Drew Angell reporter

    Same thing seems to be happening for web_accept IPNs. They're showing up when viewing all records, but when filtered to Orders the web_accept are getting filtered out when they should be included. Seems like the only type that are showing up when filtered by orders is the cart IPNs.

  2. Drew Angell reporter

    I just did a test transaction with the Express Checkout API on this sandbox account, and the IPN came through as expected as a "cart" transaction. When I filter by Order at this point, though, this new transaction isn't showing up on the filtered list. The filtered list always seems to be the same right now no matter what..??

    I checked to see if I had more than 1 page and maybe a sorting thing was confusing me, but I only have 1 page of IPNs, so that doesn't seem to be the case. Not sure what's going on.

  3. Drew Angell reporter

    Just to keep you updated here, I ran a test with Payments Pro (DoDirectPayment API) and this one comes through as a "cart" as well, and that one actually does get included in the list when I filter by Orders.

  4. Drew Angell reporter

    Same problem, though, with the invoice_payment IPN type. Made it to the db/dashboard, but only shows up when viewing ALL. Isn't getting included with the Orders filter.

  5. Drew Angell reporter

    The express_checkout type makes it to the dashboard, but once again, isn't getting included with the Orders filter.

  6. jignesh kaila

    I check every cases, now it's seems to working fine. Please review it and let me know if any.

  7. Log in to comment