File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Service
68
68
`AllMySms `_ **Install **: ``composer require symfony/all-my-sms-notifier `` \
69
69
**DSN **: ``allmysms://LOGIN:APIKEY@default?from=FROM `` \
70
70
**Webhook support **: No
71
- **SentMessage extra info **: `nbSms `, `balance `, `cost `
71
+ **Extra properties in SentMessage **: `` nbSms `` , `` balance `` , `` cost ` `
72
72
`AmazonSns `_ **Install **: ``composer require symfony/amazon-sns-notifier `` \
73
73
**DSN **: ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION `` \
74
74
**Webhook support **: No
@@ -140,7 +140,7 @@ Service
140
140
`OvhCloud `_ **Install **: ``composer require symfony/ovh-cloud-notifier `` \
141
141
**DSN **: ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME `` \
142
142
**Webhook support **: No
143
- **SentMessage extra info **: ` totalCreditsRemoved `
143
+ **Extra properties in SentMessage **:: `` totalCreditsRemoved ` `
144
144
`Plivo `_ **Install **: ``composer require symfony/plivo-notifier `` \
145
145
**DSN **: ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM `` \
146
146
**Webhook support **: No
@@ -241,6 +241,8 @@ Service
241
241
.. versionadded :: 7.3
242
242
243
243
Webhook support for the ``Brevo `` integration was introduced in Symfony 7.3.
244
+ The extra properties in ``SentMessage `` for ``AllMySms `` and ``OvhCloud ``
245
+ providers were introduced in Symfony 7.3 too.
244
246
245
247
.. deprecated :: 7.1
246
248
You can’t perform that action at this time.
0 commit comments