Whenever I create a button with a fixed amount using this code
<?php
print lm_paypal_donate(10, array('currency_code' => 'USD', 'text' => 'donation to example.com')) .'<br>';
?>The price doesn't show in Paypal. It asks the user to enter an amount. Please see image.

| Comment | File | Size | Author |
|---|
Comments
Comment #1
L-four commentedI have fixed this locally and will commit it shortly you can fix this now by adding
display_amount => TRUEe.g.Comment #2
L-four commentedComment #3
fehin commentedThank you. It worked.