[ad_1]
Found the solution. Find ‘bangladeshi-payment-gateways > includes > Gateways > Bkash.php’, ‘bangladeshi-payment-gateways > includes > Gateways > Nagad.php’, ‘bangladeshi-payment-gateways > includes > Gateways > Rocket.php’ etc. then find ‘admin_order_data($order)’ function.
add this line
$order_id = $order->get_id();in $number and $trans_id field, replace “$_GET[‘POST’]” with “$order_id”
This is the solution until developer fixes it.
Thanks
