We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'"
The text was updated successfully, but these errors were encountered:
I'm getting same problem.
Sorry, something went wrong.
please add the below field when you can recover the error in wp_bkash_transactions table
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,
order_id
invoice_id
integration_type
mode
intent
currency
refund_id
status
datetime
No branches or pull requests
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'"
The text was updated successfully, but these errors were encountered: