Fix payment link for renewal with a unique secure key
This commit is contained in:
parent
a7a95cff03
commit
202243d8a3
@ -1336,7 +1336,7 @@ if ($source == 'contractline')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Payment on member subscription
|
// Payment on member subscription
|
||||||
if ($source == 'membersubscription')
|
if ($source == 'member' || $source == 'membersubscription')
|
||||||
{
|
{
|
||||||
$found = true;
|
$found = true;
|
||||||
$langs->load("members");
|
$langs->load("members");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user