Merge branch 'nico/meow-pay-master' into HEAD
This commit is contained in:
commit
5de973b204
34 changed files with 886 additions and 4 deletions
|
|
@ -33,7 +33,6 @@ class ListProducts(Resource):
|
|||
logger.debug('Products = {}'.format(prod_dict))
|
||||
return prod_dict, 200
|
||||
|
||||
|
||||
class AddProduct(Resource):
|
||||
@staticmethod
|
||||
def post():
|
||||
|
|
@ -68,6 +67,9 @@ class AddProduct(Resource):
|
|||
else:
|
||||
return make_return_message('Product updated.')
|
||||
|
||||
################################################################################
|
||||
# Nico-ok-marker
|
||||
|
||||
|
||||
class UserRegisterPayment(Resource):
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue