Business Location dropdown not populated in settings
-
We have just signed up to Square and are trying to set up our site to take payments using our Square account. We have installed the plugin, set up our Square account, had our account verified, set up locations etc. However, no matter how many times we connect / disconnect, follow advice given here, we cannot get the dropdown to populate with a location. Here is extract from the logs:
04-16-2021 @ 21:35:57 – Manually disconnected
04-16-2021 @ 21:36:06 – Access token successfully received.
04-16-2021 @ 21:36:06 – Refresh token successfully received.
04-16-2021 @ 21:36:09 – Request
Request
method:
uri: listLocationsWithHttpInfo
user-agent: WooCommerce-Square/2.4.1 (WooCommerce/5.2.2; WordPress/5.7.1)
headers: Array
(
)
body:
duration: 0.52211s04-16-2021 @ 21:36:09 – Response
Response
code: 200
message:
headers: Array
(
[0] => HTTP/2 200
[content-type] => application/json
[square-version] => 2019-08-14
[vary] => Origin, Accept-Encoding
[x-content-type-options] => nosniff
[x-download-options] => noopen
[x-frame-options] => SAMEORIGIN
[x-permitted-cross-domain-policies] => none
[x-xss-protection] => 1; mode=block
[date] => Fri, 16 Apr 2021 21:36:09 GMT
[strict-transport-security] => max-age=631152000; includeSubDomains; preload
)
body: {
“locations”: [
{
“id”: “LWVP3Y41TY5G2”,
“name”: “Clarence Park”,
“address”: {
“address_line_1”: “Clarence Park Stadium”,
“locality”: “St. Albans”,
“postal_code”: “AL14NF”,
“country”: “GB”
},
“timezone”: “Europe\/London”,
“status”: “ACTIVE”,
“created_at”: “2021-04-09T17:46:21Z”,
“merchant_id”: “MLMMGZB1NAXSY”,
“country”: “GB”,
“language_code”: “en-GB”,
“currency”: “GBP”,
“phone_number”: “+44 1727 848914”,
“business_name”: “St Albans City FC”,
“type”: “PHYSICAL”,
“website_url”: “www.stalbanscityfc.com”,
“business_hours”: {},
“business_email”: “[email protected]”,
“twitter_username”: “stalbanscityfc”,
“instagram_username”: “stalbanscity_fc”,
“facebook_url”: “facebook.com\/stalbanscityfc”,
“coordinates”: {
“latitude”: 51.7535290000000003374225343577563762664794921875,
“longitude”: -0.324012000000000022215118633539532311260700225830078125
},
“logo_url”: “https:\/\/d1g145x70srn7h.cloudfront.net\/files\/a346f0cb02fc1ccc0e88c47492a1656c9852bdbe\/original.png”,
“pos_background_url”: “https:\/\/d1g145x70srn7h.cloudfront.net\/files\/afeec36c004a7dbcd4489c3dde34eea137b1d092\/original.jpeg”
},
{
“id”: “L63Y17TD8JS8V”,
“name”: “St Albans City FC”,
“address”: {
“address_line_1”: “Clarence Park”,
“locality”: “St. Albans”,
“postal_code”: “AL14NF”,
“country”: “GB”
},
“timezone”: “Europe\/London”,
“status”: “INACTIVE”,
“created_at”: “2021-04-09T09:08:28Z”,
“merchant_id”: “MLMMGZB1NAXSY”,
“country”: “GB”,
“language_code”: “en-GB”,
“currency”: “GBP”,
“phone_number”: “+44 1727 848914”,
“business_name”: “St Albans City FC”,
“type”: “PHYSICAL”,
“website_url”: “https:\/\/www.stalbanscityfc.com”,
“business_hours”: {},
“business_email”: “[email protected]”,
“twitter_username”: “stalbanscityfc”,
“instagram_username”: “stalbanscity_fc”,
“facebook_url”: “facebook.com\/stalbanscityfc”,
“coordinates”: {
“latitude”: 51.7535290000000003374225343577563762664794921875,
“longitude”: -0.324012000000000022215118633539532311260700225830078125
},
“logo_url”: “https:\/\/d1g145x70srn7h.cloudfront.net\/files\/a346f0cb02fc1ccc0e88c47492a1656c9852bdbe\/original.png”,
“pos_background_url”: “https:\/\/d1g145x70srn7h.cloudfront.net\/files\/abf257fa4e6b38d1884bae150b8a43f49fd412ca\/original.png”
}
]
}The page I need help with: [log in to see the link]
- The topic ‘Business Location dropdown not populated in settings’ is closed to new replies.