Add extra vars to solapi

This commit is contained in:
dewekk 2024-08-19 14:52:38 +09:00 committed by GitHub
parent 7acf26d34d
commit 9c26552e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,11 @@ class SolAPI extends Base implements \Rhymix\Framework\Drivers\SMSInterface
}
}
foreach ($original->getExtraVars() as $key => $value)
{
$options->$key = $value;
}
$data['messages'][] = $options;
}
}