Hello,
How can I print payment_key in pdf invoice?
I need to print instead of invoice_key.
This is code that retrieve incoice key:
$invoice_key = $invoice->getKey();
...
<?php echo '#',$invoice_key; ?><br />
How Can I get payment key?
Thanks,
Mario
How can I print payment_key in pdf invoice?
I need to print instead of invoice_key.
This is code that retrieve incoice key:
$invoice_key = $invoice->getKey();
...
<?php echo '#',$invoice_key; ?><br />
How Can I get payment key?
Thanks,
Mario