1
0
mirror of synced 2024-11-21 20:46:03 +03:00

add cash payment type

This commit is contained in:
raulleo 2021-01-25 16:12:31 +03:00
parent b09a4259dd
commit 77647a502e

View File

@ -9,6 +9,7 @@ use JMS\Serializer\Annotation as Serializer;
*/
class ReceiptPaymentRequest
{
const TYPE_CASH = 0;
const TYPE_ELECTRON = 1;
//аванс
const TYPE_PREPAY = 2;