Edit File: SmsPrice.php
<?php declare(strict_types=1); namespace Vonage\Account; class SmsPrice extends Price { protected string $priceMethod = 'getOutboundSmsPrice'; }
Back to File Manager