mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
refund action added
This commit is contained in:
parent
c0b6563e17
commit
0aa8420ddd
@ -104,4 +104,16 @@
|
||||
return $link;
|
||||
}
|
||||
}
|
||||
|
||||
function refund($uniqid)
|
||||
{
|
||||
if($this->useCP)
|
||||
{
|
||||
return $this->cpapi->refund($uniqid);
|
||||
}
|
||||
else
|
||||
{
|
||||
return $link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user