We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2ac50 commit e8e6105Copy full SHA for e8e6105
src/Voice/NCCO/Action/Pay.php
@@ -6,6 +6,9 @@
6
7
use InvalidArgumentException;
8
9
+/**
10
+ * @deprecated This will be removed in the next major version as it is being removed from the API
11
+ */
12
class Pay implements ActionInterface
13
{
14
protected const PERMITTED_VOICE_KEYS = ['language', 'style'];
0 commit comments