Inserting Stripe transaction data into invoice
-
Hello.
Using Stripe payment module, I would like to insert the details of Stripe payment into the invoice.
I found that the following code works fine to insert transaction id:Payment via Credit Card (trans-id <?php echo $order->get_meta('_transaction_id'); ?></span>Instead following code, to insert the date of payment, does not work:
paid date: <?php echo $order->get_meta('_paid_date'); ?></span>Any idea why it does not work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Inserting Stripe transaction data into invoice’ is closed to new replies.