bool CSalePaySystem::Delete( int ID );
The method Delete deletes the specified pay system. If any orders exist which require this pay system, the pay system will not be deleted.
Parameter | Description |
---|---|
ID | The ID of the pay system to be deleted. |
Returns true on success or false otherwise.
<? CSalePaySystem::Delete(25); ?>
© 2001-2005 Bitrix | Bitrix Site Manager |