Skip to content

Commit f8974cb

Browse files
committed
Refunds bug fix
1 parent ba826c1 commit f8974cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/admin-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function codeable_transcactions_stats_cb() {
139139
<span class="label"><?php echo __( 'Tasks', 'wpcable' ); ?></span>: <span
140140
class="value"><?php echo $account_details['user']['tasks_count']; ?></span><br/>
141141
<span class="label"><?php echo __( 'Refunded', 'wpcable' ); ?></span>: <span
142-
class="value"><?php echo $clients_data['user']['totals']['refunds']; ?></span>
142+
class="value"><?php echo $clients_data['totals']['refunds']; ?></span>
143143
</div>
144144
</div>
145145
</div>

0 commit comments

Comments
 (0)