feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow
This commit is contained in:
parent
feb7939387
commit
0cb49684e6
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ export class GBMinService {
|
|||
|
||||
if (context.activity.type === 'conversationUpdate') {
|
||||
if (context.activity.membersAdded && context.activity.membersAdded.length > 0 &&
|
||||
context.activity.membersAdded[0].id !== context.activity.recipient.id) {
|
||||
context.activity.membersAdded[0].id === context.activity.recipient.id) {
|
||||
GBLogEx.info(min, `Bot added to conversation: ${member.name}`);
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue