cardActivateResult
This commit is contained in:
+1
-1
@@ -310,7 +310,7 @@ var cards = {
|
||||
}
|
||||
).then((cardActivateResult)=>{
|
||||
|
||||
if ( card.id !== undefined && card.id.length > 10 ){
|
||||
if ( cardActivateResult.id !== undefined && cardActivateResult.id.length > 10 ){
|
||||
Qstring = " UPDATE members_card_request " +
|
||||
" SET status = "+CARD_ACTIVATE_CARD+", updated = now() , card_activated = now() " +
|
||||
" WHERE uid::text = '" + data.request_uid +"'";
|
||||
|
||||
Reference in New Issue
Block a user