You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, function expireInvoice() only have 1 parameter "$id". is it possible to add new param to support expire invoice based on sub-account? seems, I think you guys just add parameters like the below:
public static function expireInvoice($id, $params = [])
{
$url = '/invoices/' . $id . '/expire!';
return static::_request('POST', $url, $params);
}
The text was updated successfully, but these errors were encountered:
Currently, function expireInvoice() only have 1 parameter "$id". is it possible to add new param to support expire invoice based on sub-account? seems, I think you guys just add parameters like the below:
The text was updated successfully, but these errors were encountered: