Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md send #72

Closed
wants to merge 1 commit into from
Closed

Conversation

yazankhadra
Copy link

No description provided.

Copy link
Contributor

@ib-fsrnec ib-fsrnec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @yazankhadra and thank you for the pull request. Unfortunately, we are unable to directly accept the suggested changes at this time. Please refer to the individual comments for details. We will certainly review the README grammar and wording on our end once more.

Best regards,
Filip

@@ -94,7 +94,7 @@ See below, a simple example of sending a single SMS message to a single recipien
content: new SmsTextContent(
text: 'This is a dummy SMS message sent using infobip-api-php-client.'
),
sender: 'InfoSMS'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would like to keep our original example sender.

@@ -208,7 +208,7 @@ Example of webhook implementation:
*/
$messages = $objectSerializer->deserialize($data, SmsInboundMessageResult::class);

foreach ($messages->getResults() ?? [] as $message) {
for each ($messages->getResults() ?? [] as $message) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -217,22 +217,22 @@ Example of webhook implementation:
For 2FA quick start guide please check [these examples](two-factor-authentication.md).

#### Send email
For send email quick start guide please check [these examples](email.md).
For sending email quick start guide please check [these examples](email.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will review the README grammar one more time on our side. Thank you very much for your suggestions!

@ib-fsrnec ib-fsrnec closed this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants