Browse Source

Fix payment link for renewal with a unique secure key

Laurent Destailleur 4 years ago
parent
commit
202243d8a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/public/payment/newpayment.php

+ 1 - 1
htdocs/public/payment/newpayment.php

@@ -1336,7 +1336,7 @@ if ($source == 'contractline')
 }
 
 // Payment on member subscription
-if ($source == 'membersubscription')
+if ($source == 'member' || $source == 'membersubscription')
 {
 	$found = true;
 	$langs->load("members");