• Resolved Vlad Kobrenko

    (@kobrenko)


    Hi! Tell me why the order (which was made using the payment gateway Vipps) does not contain a transaction identifier?

    In the admin panel, on the order page it is not.
    Trying to get it programmatically is useless:
    wc_get_order( <order_id> )->get_transaction_id();

    Screenshot order notes: https://prnt.sc/mpsx14

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Iver Odin Kvello

    (@iverok)

    There just isn’t any; communications with the Vipps API uses the order number and the prefix from the backend (at the time of order creation). Transaction ID isn’t an obligatory feature.

    I can add this (prefix + order number) if you need this – would that work for you?

    Plugin Author Iver Odin Kvello

    (@iverok)

    Latest version adds this as the transaction ID; so I’m closing this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order does not contain transaction information’ is closed to new replies.