Skip to content

Commit

Permalink
Merge pull request #35 from samagra-comms/main
Browse files Browse the repository at this point in the history
Prod deploy
  • Loading branch information
KDwevedi authored Dec 13, 2023
2 parents ab2582f + 9b457a4 commit 4864cb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/message/services/inbound/gupshup.whatsapp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ export class GupshupWhatsappInboundService {

this.logger.log('OrchestratorResponse', resp.data);
//remove after this with active outbound
const xResponse = this.convertApiResponseToXMessage(resp.data, whatsappMessage.mobile.substring(2));
this.logger.log('OrchestratorResponse', xResponse);
const sentResp = await this.outboundService.handleOrchestratorResponse(xResponse, adapterCredentials);
this.logger.log('OutboundResponse', sentResp);
// const xResponse = this.convertApiResponseToXMessage(resp.data, whatsappMessage.mobile.substring(2));
// this.logger.log('OrchestratorResponse', xResponse);
// const sentResp = await this.outboundService.handleOrchestratorResponse(xResponse, adapterCredentials);
// this.logger.log('OutboundResponse', sentResp);

} catch (error) {
let errorText = 'Something went wrong. Please try again later';
Expand Down

0 comments on commit 4864cb0

Please sign in to comment.