EDD_Fees::record_fees( array $payment_meta, array $payment_data )
Stores the fees in the payment meta
Description Description
Parameters Parameters
- $payment_meta
-
(Required) The meta data to store with the payment
- $payment_data
-
(Required) The info sent from process-purchase.php
Return Return
(array) Return the payment meta with the fees added
Source Source
File: includes/class-edd-fees.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |