PayPal Integration Issue

I’ve installed the paypal app and it all looks good. When I create payment request the email goes out but there is no link in the email. Payment request email look like below

Payment request print preview looks like below

@saurabh6790 could you check?

I’m pushing payment request from sales order and not the invoice. Not sure if that has anything to do with it.

@iadr3805

The message in payment request is Jinja enabled, it will replace values from the doc at a run time.

To send payment link you have to add <a href="{{ payment_url }}"> click here to pay </a> in message.

For more help, please check help section bellow message field.