bugfix
This commit is contained in:
parent
9f5ba5ec1f
commit
6121c3b897
10
platformbiz/biz.py
Normal file
10
platformbiz/biz.py
Normal file
@ -0,0 +1,10 @@
|
||||
from platformbiz.pricing import get_price_infos
|
||||
from biz_order import add_pay_order
|
||||
|
||||
async customerpay(sor, sellerid, customerid, userid, order_details):
|
||||
await add_pay_order(sor, sellerid, customerid, userid, order_details)
|
||||
price_infos = await get_price_infos(sor, sellerid,
|
||||
customerid,
|
||||
priductid,
|
||||
prod_config)
|
||||
:
|
Loading…
Reference in New Issue
Block a user