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
Hi guys.
I have a problem with api retrieve an payment gateway not return account detail
{ "id": "bacs", "title": "xxxxxxxxxxxxx", "description": "xxxxxxxxxxxxxxxxxxxxxxxxxx", "order": 0, "enabled": true, "method_title": "xxxxxxxxxxxxxxx", "method_description": "Take payments in person via BACS. More commonly known as direct bank/wire transfer.", "method_supports": [ "products" ], "settings": { "title": { "id": "title", "label": "xxxxxxxxxxx", "description": "xxxxxxxxxx", "type": "safe_text", "value": "xxxxxxxxxxxxx", "default": "xxxxxxxxxxxxxxxxxxx", "tip": "xxxxxxxxxxxxx", "placeholder": "" }, "instructions": { "id": "instructions", "label": "xxxxxxxxxxxxxxxxxxx", "description": "xxxxxxxxxxxxxxxxxxxxxxx.", "type": "textarea", "value": "ágasg", "default": "", "tip": "Cxxxxxxxxxxxxxxxxxxxxxxx.", "placeholder": "" } }, "needs_setup": false, "post_install_scripts": [], "settings_url": "xxxxxxxxxxxx/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=bacs", "connection_url": null, "setup_help_text": null, "required_settings_keys": [], "_links": { "self": [ { "href": "xxxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways/bacs" } ], "collection": [ { "href": "xxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways" } ] } }
how can i get account detail info without edit wordpress code? Thank guys
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys.
I have a problem with api retrieve an payment gateway not return account detail
{
"id": "bacs",
"title": "xxxxxxxxxxxxx",
"description": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"order": 0,
"enabled": true,
"method_title": "xxxxxxxxxxxxxxx",
"method_description": "Take payments in person via BACS. More commonly known as direct bank/wire transfer.",
"method_supports": [
"products"
],
"settings": {
"title": {
"id": "title",
"label": "xxxxxxxxxxx",
"description": "xxxxxxxxxx",
"type": "safe_text",
"value": "xxxxxxxxxxxxx",
"default": "xxxxxxxxxxxxxxxxxxx",
"tip": "xxxxxxxxxxxxx",
"placeholder": ""
},
"instructions": {
"id": "instructions",
"label": "xxxxxxxxxxxxxxxxxxx",
"description": "xxxxxxxxxxxxxxxxxxxxxxx.",
"type": "textarea",
"value": "ágasg",
"default": "",
"tip": "Cxxxxxxxxxxxxxxxxxxxxxxx.",
"placeholder": ""
}
},
"needs_setup": false,
"post_install_scripts": [],
"settings_url": "xxxxxxxxxxxx/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=bacs",
"connection_url": null,
"setup_help_text": null,
"required_settings_keys": [],
"_links": {
"self": [
{
"href": "xxxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways/bacs"
}
],
"collection": [
{
"href": "xxxxxxxxxxxxxxxxx/wp-json/wc/v3/payment_gateways"
}
]
}
}
how can i get account detail info without edit wordpress code? Thank guys
The text was updated successfully, but these errors were encountered: