Skip to content

Commit

Permalink
Update mt-fields-api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 8, 2024
1 parent 97f554d commit f316fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt-fields-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function mt_show_payment_field( $content, $payment_id ) {
$custom_fields = mt_get_custom_fields( 'admin' );
$output = '';
foreach ( $custom_fields as $name => $field ) {
$data = get_post_meta( $payment_id, $name );
$data = get_post_meta( $payment_id, $name );
/**
* Customize the output of custom fields in the admin Payment record.
*
Expand Down

0 comments on commit f316fdc

Please sign in to comment.