Skip to content

Commit

Permalink
Fix change status notify and settle
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaspolohov@yandex.ru authored and dimaspolohov@yandex.ru committed Dec 27, 2023
1 parent 9ed82df commit a12e64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/meta-boxes/invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
?>

<ul class="order_action order_action_reepay_subscriotions clearfix">
<input type="hidden" id="reepay_order_id" data-order-id="<?php echo $order_id ?>"/>
<input type="hidden" id="reepay_order_total_authorized" value="<?php echo $order_data['authorized_amount'] ?>"/>
<input type="hidden" id="reepay_order_total_settled" value="<?php echo $order_data['settled_amount'] ?>"/>
<input type="hidden" id="reepay_order_total" data-order-total="<?php echo $order->get_total() ?>" value="<?php echo $order->get_total() . ' ' . get_woocommerce_currency_symbol($order->get_currency()); ?>"/>
<li class="reepay-admin-section-li-header-small">
<?php echo __( 'Invoice handle', 'reepay-subscriptions-for-woocommerce' ); ?>
</li>
Expand Down

0 comments on commit a12e64e

Please sign in to comment.