Uh oh!
There was an error while loading. Please reload this page.
feat: geosms adapter - #64
Conversation
| $this->assertEquals($response, ''); | ||
| */ | ||
| $this->markTestSkipped('Sendgrid: Authenticated user is not authorized to send mail'); |
There was a problem hiding this comment.
We need to fix our Sendgrid setup
There was a problem hiding this comment.
@christyjacob4 Do we have a team test account set up for Sendgrid? I think tests here are still using a personal account
| // $this->assertEquals('success', $result['type']); | ||
| $this->markTestSkipped('Msg91 requires business verification to use template and SMS api.'); | ||
| $this->assertEquals('success', $result['type']); |
There was a problem hiding this comment.
This test is fixed now we are verified
There was a problem hiding this comment.
https://api.msg91.com/apidoc/textsms/send-sms-flow.php
I removed this check since the message property is not really the content instead some sort of an ID that we cannot use for assertion
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| $this->assertEquals($response, ''); | ||
| */ | ||
| $this->markTestSkipped('Sendgrid: Authenticated user is not authorized to send mail'); |
There was a problem hiding this comment.
@christyjacob4 Do we have a team test account set up for Sendgrid? I think tests here are still using a personal account
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
GEO aware SMS adapter that has Twilio as a global default but can also delegate work to local providers.