check and start payment added
This commit is contained in:
@ -46,7 +46,7 @@ class Doc(Base):
|
||||
|
||||
class Atol(Base):
|
||||
__tablename__ = 'atol_receipts'
|
||||
uuid = Column('uuid', String(length=128), primary_key=True)
|
||||
uuid = Column('uuid', String(length=128), primary_key=True, nullable= True)
|
||||
timestamp = Column('timestamp', String(length=128))
|
||||
external_id = Column('external_id', String(length=128))
|
||||
status = Column('status', String(length=128))
|
||||
|
Reference in New Issue
Block a user