Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown column 'order_id' in 'field list' #3

Open
almamun6464 opened this issue Nov 2, 2021 · 2 comments
Open

Unknown column 'order_id' in 'field list' #3

almamun6464 opened this issue Nov 2, 2021 · 2 comments

Comments

@almamun6464
Copy link

I have installed and set up bkash pgw plugin.
When proceeding to payment, I get this error message " Unknown column 'order_id' in 'field list'"

@mijan86
Copy link

mijan86 commented Nov 11, 2021

I'm getting same problem.

@emran07cse
Copy link

please add the below field when you can recover the error in wp_bkash_transactions table

Capture

order_id varchar(255) DEFAULT NULL,
invoice_id varchar(255) DEFAULT NULL,
integration_type varchar(255) DEFAULT NULL,
mode varchar(255) DEFAULT NULL,
intent varchar(255) DEFAULT NULL,
currency varchar(25) DEFAULT NULL,
refund_id varchar(255) DEFAULT NULL,
status int(11) DEFAULT NULL,
datetime varchar(255) DEFAULT NULL,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants