Closed (fixed)
Project:
lm_paypal
Version:
7.x-1.x-dev
Component:
LM Paypal Donations
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2012 at 16:20 UTC
Updated:
11 May 2012 at 16:20 UTC
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.