📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 09:49:31
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
bkash-payment
/
src
/
Action
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/bkash-payment/src/Action
🔄 Refresh
✏️
Editing: QueryPayment.js
Writable
const axios = require("axios") const authHeaders = require("./AuthHeaders") const queryPayment = async (bkashConfig, paymentID) => { const response = await axios.post( `${bkashConfig?.base_url}/tokenized/checkout/payment/status`, { paymentID, }, { headers: await authHeaders(bkashConfig), } ) return response?.data } module.exports = queryPayment
💾 Save Changes
❌ Cancel