mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-05 14:56:00 +02:00
refund action added
This commit is contained in:
@ -104,4 +104,16 @@
|
||||
return $link;
|
||||
}
|
||||
}
|
||||
|
||||
function refund($uniqid)
|
||||
{
|
||||
if($this->useCP)
|
||||
{
|
||||
return $this->cpapi->refund($uniqid);
|
||||
}
|
||||
else
|
||||
{
|
||||
return $link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user