1.1.13 not send to pay system if subscribe price is null
This commit is contained in:
@@ -8,6 +8,9 @@ def get_order_status(order):
|
||||
from BaseModels.pay_systems.DVL_Group_kaz.api.funcs import get_order_status
|
||||
res_status = None
|
||||
|
||||
if not order or not order.bank_order_id:
|
||||
return order
|
||||
|
||||
try:
|
||||
res_data = get_order_status(order.bank_order_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user