edd_set_payment_transaction_id( int $payment_id, string $transaction_id = '' )

Sets a Transaction ID in post meta for the given Payment ID


Description Description


Parameters Parameters

$payment_id

(Required) Payment ID

$transaction_id

(Optional) The transaction ID from the gateway

Default value: ''


Top ↑

Return Return

(mixed) Meta ID if successful, false if unsuccessful


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.