Page 16 of 63 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 626
  1. #151
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    carlwhat - I'm getting Square Alert error:

    Code:
    Jun-18-2022 02:53:15
    =================================
    
    Error Dump: [ACCESS_TOKEN_EXPIRED]: The provided OAuth access token has expired. You must renew the access token via the Renew Access Token endpoint.
    
    Sent to Square: SquareModelsCreatePaymentRequest Object
    (
        [sourceId:SquareModelsCreatePaymentRequest:private] => cnon:LETTERNUMBERCODE
        [idempotencyKey:SquareModelsCreatePaymentRequest:private] => LETTERNUMBERCODE
        [amountMoney:SquareModelsCreatePaymentRequest:private] => SquareModelsMoney Object
            (
                [amount:SquareModelsMoney:private] => ####
                [currency:SquareModelsMoney:private] => USD
            )
    
        [tipMoney:SquareModelsCreatePaymentRequest:private] => 
        [appFeeMoney:SquareModelsCreatePaymentRequest:private] => 
        [delayDuration:SquareModelsCreatePaymentRequest:private] => 
        [autocomplete:SquareModelsCreatePaymentRequest:private] => 
        [orderId:SquareModelsCreatePaymentRequest:private] => 
        [customerId:SquareModelsCreatePaymentRequest:private] => 
        [locationId:SquareModelsCreatePaymentRequest:private] => LV7VYYRF6PYHC
        [teamMemberId:SquareModelsCreatePaymentRequest:private] => 
        [referenceId:SquareModelsCreatePaymentRequest:private] => 
        [verificationToken:SquareModelsCreatePaymentRequest:private] => verf:LETTERNUMBERCODE
        [acceptPartialAuthorization:SquareModelsCreatePaymentRequest:private] => 
        [buyerEmailAddress:SquareModelsCreatePaymentRequest:private] => EMAIL######################
        [billingAddress:SquareModelsCreatePaymentRequest:private] => SquareModelsAddress Object
            (
                [addressLine1:SquareModelsAddress:private] => 
                [addressLine2:SquareModelsAddress:private] => 
                [addressLine3:SquareModelsAddress:private] => 
                [locality:SquareModelsAddress:private] => 
                [sublocality:SquareModelsAddress:private] => 
                [administrativeDistrictLevel1:SquareModelsAddress:private] => 
                [postalCode:SquareModelsAddress:private] => 
                [country:SquareModelsAddress:private] => 
            )
    
        [shippingAddress:SquareModelsCreatePaymentRequest:private] => SquareModelsAddress Object
            (
                [addressLine1:SquareModelsAddress:private] => 
                [addressLine2:SquareModelsAddress:private] => 
                [addressLine3:SquareModelsAddress:private] => 
                [locality:SquareModelsAddress:private] => 
                [sublocality:SquareModelsAddress:private] => 
                [administrativeDistrictLevel1:SquareModelsAddress:private] => 
                [postalCode:SquareModelsAddress:private] => 
                [country:SquareModelsAddress:private] => 
            )
    
        [note:SquareModelsCreatePaymentRequest:private] => CUSTOMER_ORDER_INFORMATION Vinyl Decal Superstore
        [statementDescriptionIdentifier:SquareModelsCreatePaymentRequest:private] => 
        [cashDetails:SquareModelsCreatePaymentRequest:private] => 
        [externalDetails:SquareModelsCreatePaymentRequest:private] => 
    )
    Also a debug log:

    Code:
    [18-Jun-2022 15:00:30 America/Chicago] Request URI: /VDSstore/ADMINFOLDER/index.php?cmd=modules&set=payment&module=square_webPay&action=edit, IP address: 152.97.210.26
    #1 square_webPay->getLocationsPulldownArray() called at [/includes/modules/payment/square_webPay.php:1405]
    #2 zen_cfg_pull_down_squareWebPay_locations() called at [/ADMINFOLDER/modules.php(335) : eval()'d code:1]
    #3 eval() called at [/ADMINFOLDER/modules.php:335]
    #4 require(/ADMINFOLDER/modules.php) called at [/ADMINFOLDER/index.php:11]
    --> PHP Warning: Invalid argument supplied for foreach() in /includes/modules/payment/square_webPay.php on line 794.
    From our correspondence "the squareWebPay_handler.php renews the token". For some reason, my file is not renewing the token.

    I've gone to my square account and "replaced" the token manually. Is there more I need to do for this to work next time?

    Thank you.
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

  2. #152
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    hi @VdecalS,
    i would take a re-look at my email to you on 5/18. i made a change to your squareWebPay_handler.php. that change is why your token never gets renewed.

    you could change it to the live version of the handler, but then we potentially run back into the problem of getting those "Whoops..." timeout errors.

    again, you are the only run reporting that timeout issue which suggests to me the issue is with your code base or potentially a server configuration.

    a potential solution would be to to create a cronjob to automatically renew your token (which should be documented somewhere around here), but we would have to use the live version of the handler for that. it's not a big deal, but it is a bit of an administration issue as you would have a modified version of the handler file different from everyone else (which in fact you already do).

    you can see about setting up a cronjob here:

    https://www.zen-cart.com/content.php...ection%20above.

    i hope that helps.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #153
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    The cron settings will need to be reviewed with your host for accuracy as there are differrent methods depending on the server, wheether or not you are using cPanel (or Similar), and OS version.

    For a litespeed server, the latest linux, and cPanel myzencarthost.com uses:

    Name:  cronSettings.png
Views: 181
Size:  23.1 KB

  4. #154
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Also, as a quick stop gap till the cron is working, customers have reported that simply entering your_site.com/squareWebPay_handler.php will reset things IF you see a blank screen returned.

    A "This site can't be reached" being returned indicates non-completion generally due to the OAuth Production Redirect URL being incorrect at your Square account.

  5. #155
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Square WebPay support thread.

    Have just installed Square WebPay and the Production API version for WebPay in Square dev website obviously defaults to the latest version (2022-06-16 as of today), I suspect that this should be rolled back to the API version that Square WebPay v1.01 was designed for i.e. 2022-02-16, is that so?
    Simon

  6. #156
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by simon1066 View Post
    Have just installed Square WebPay and the Production API version for WebPay in Square dev website obviously defaults to the latest version (2022-06-16 as of today), I suspect that this should be rolled back to the API version that Square WebPay v1.01 was designed for i.e. 2022-02-16, is that so?
    yes. that is correct.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #157
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Just wondering.

    Since the updates to the API version have not touched the Web Payments SDK since, the original 2022-02-16, isn't it safe to go to the latest?

    Or should we (those of us owners/developers out there) be watching the Payments API changes?

    Several of our (myzencarthost) customers are using the latest with none of the problems being reported elsewhere (e.g. tokens, redirect URL, line 239 errors, etc.).

    No problems have been reported from upgrading the API version on the old Square mod. Even with one using the API version after 2022-02-16.

    Chart for this is at https://developer.squareup.com/docs/changelog/connect.

  8. #158
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Square WebPay support thread.

    Square setup (on Square DEV APP) set up, with PRODUCTION APPLICATION ID, SECRET and ACCESS TOKEN generated and the codes copied to notepad. Redirect URL set to point to https://mywebsite.co.uk/squareWebPay_handler.php
    Install webpay module on website, and insert all the PRODUCTION codes.
    But... I am getting: Square WebPay (Access Token needed) in red at the top (just above the EDIT button)
    I have tried several things, including uninstalling and reinstalling the module and going through the above, but am still getting "Square WebPay (Access Token needed)"
    Any ideas?
    20 years a Zencart User

  9. #159
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    JMO

    You might be on a test/development site that Square is not "seeing" as https://mywebsite.co.uk/squareWebPay_handler.php

  10. #160
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Square WebPay support thread.

    Quote Originally Posted by dbltoe View Post
    JMO

    You might be on a test/development site that Square is not "seeing" as https://mywebsite.co.uk/squareWebPay_handler.php
    It's a live site.
    (BTW - I have other sites using "old" square system about to be deprecated by square so I built this new site on all the latest ZC software and plugins).
    Idea is to get this NEW site functioning properly with all payment modules configured.

    New site is tagfactory . co . uk

    I can post the error log if this helps...
    Last edited by schoolboy; 27 Jun 2022 at 08:56 PM.
    20 years a Zencart User

 

 
Page 16 of 63 FirstFirst ... 6141516171826 ... LastLast

Similar Threads

  1. Square Payment Module for Zen Cart [Support Thread]
    By DrByte in forum Addon Payment Modules
    Replies: 749
    Last Post: 5 Sep 2023, 01:16 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. Square Support for SqPaymentForm ending 15th July 2022
    By brittainmark in forum Addon Payment Modules
    Replies: 1
    Last Post: 9 Apr 2022, 02:40 PM
  4. v156 Square Payments and strange request from Square
    By ianhg in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2020, 11:14 AM
  5. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR