laravel-woocommerce icon indicating copy to clipboard operation
laravel-woocommerce copied to clipboard

Payment gateway "bacs" dont return account detail in response

Open lamnt96 opened this issue 1 year ago • 0 comments

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&section=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" } ] } }

image

how can i get account detail info without edit wordpress code? Thank guys

lamnt96 avatar Dec 28 '22 04:12 lamnt96