summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-02 09:31:21 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-02 09:31:21 +0700
commit8723d21169e32272addb7285163ddfa45682ac14 (patch)
treef4e4f28879a94da7fe13e754548598c915aab1df
parent484b0e613d0d021faa11c619087baf36e4eacd09 (diff)
(andri) test add webhook
-rw-r--r--indoteknik_api/controllers/api_v1/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/stock_picking.py b/indoteknik_api/controllers/api_v1/stock_picking.py
index 49547779..be49bcdb 100644
--- a/indoteknik_api/controllers/api_v1/stock_picking.py
+++ b/indoteknik_api/controllers/api_v1/stock_picking.py
@@ -164,7 +164,7 @@ class StockPicking(controller.Controller):
# except Exception as e:
# return {'success': False, 'message': str(e)}
- @http.route(prefix + 'webhook/biteship', type='json', auth='public', methods=['POST'], csrf=False)
+ @http.route(prefix + 'webhook/biteship', auth='public', methods=['POST'], csrf=False)
def udpate_status_from_bitehsip(self, **kw):
return "ok"