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