Active
Project:
lm_paypal
Version:
6.x-2.x-dev
Component:
LM Paypal Subscriptions
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 05:12 UTC
Updated:
15 Jul 2012 at 16:59 UTC
Hi
LM Paypal Button not display on page. the following code is not working.
<?php
if (function_exists('lm_paypal_can_subscribe'))
{
$subid = 1;
if (lm_paypal_can_subscribe ($subid))
{
print 'Why not subscribe now? ' . lm_paypal_subscribe($subid,8);
}
}
?>
Comments
Comment #1
zet commented