Page 36 of 60 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 594
  1. #351
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,660
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Dave224 View Post
    I have Square WebPay logging set to Always and Verbose set to true in the handler. Should I receive a log on successful token refresh when the handler is run from a cron job (the automated token refresh method), and when the manual token refresh approach documented in storeowner docs, i.e., click edit then click update in the admin Square WebPay payment module?
    Thank you!
    Dave
    dave,
    i do not run a production site using square. so hard for me to say exactly.

    when running a cron job for the handler, you should check how you have the output configured for your cron jobs. there will be output there, but that output is completely handled via cron.

    it does NOT look like this module will generate a php log (ie, a zen-cart log) on successful token refresh. but the cron job will have output.

    when doing a manual refresh, there will be a php log (ie a zen-cart log) even when there is a successful token refresh.

    hope that helps.

    best.
    author of square Webpay. called the savior by the chief bottle washer...
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    available for hire.

  2. #352
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,612
    Plugin Contributions
    123

    Default Re: Square WebPay support thread.

    Any interest in adding Affirm Afterpay to the premium version of this plugin?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #353
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,660
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by swguy View Post
    Any interest in adding Affirm to the premium version of this plugin?
    it is not a bad idea. but it looks to be afterpay. see:

    https://squareup.com/us/en/buy-now-pay-later

    i am not sure which of the three is the best, affirm v afterpay v klarna; or if they are all just similar products from different payment processors.

    i will take a look time permitting.

    thanks.
    author of square Webpay. called the savior by the chief bottle washer...
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    available for hire.

  4. #354
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,660
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by swguy View Post
    Any interest in adding Affirm Afterpay to the premium version of this plugin?
    yeah, in briefly looking at the code, it's probably best to build a separate payment module to extend square webpay. similar to what i did with auth.net card on file transactions.

    the selection method does NOT allow for multiple selections within a payment module. it looks for an array with the keys: id, module, and fields.

    little thought for food.

    best.
    author of square Webpay. called the savior by the chief bottle washer...
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    available for hire.

  5. #355
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Thanks for that suggestion I've thought about that before but I'm struggling myself, too. I will give it a thought again and discuss it with her (since she's also a friend). She's been a customer and a ZC user since v1.2.6.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  6. #356
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    I found this error in the log files after the customer had trouble with payment:
    --> PHP Fatal error: Uncaught TypeError: Square\ApiHelper::serialize(): Return value must be of type string, bool returned in /home2/rcracean/public_html/silversalt/includes/modules/payment/square_webPay/square/square/src/ApiHelper.php:113

    I did not receive any Square Alert mail about this error.
    I use Zen Cart v1.5.7d and php 8.0.25

    Has anybody any idea what could cause this error?

  7. #357
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,660
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by todoonada View Post
    I found this error in the log files after the customer had trouble with payment:
    --> PHP Fatal error: Uncaught TypeError: Square\ApiHelper::serialize(): Return value must be of type string, bool returned in /home2/rcracean/public_html/silversalt/includes/modules/payment/square_webPay/square/square/src/ApiHelper.php:113

    I did not receive any Square Alert mail about this error.
    I use Zen Cart v1.5.7d and php 8.0.25

    Has anybody any idea what could cause this error?
    i have not seen this error.

    it will be a tricky one to figure out as the error is coming from the square SDK.

    you could try changing line 108 from includes/modules/payment/square_webPay/square/square/src/ApiHelper.php as below, but it is a pure guess on my part.

    PHP Code:
    //from
    public static function serialize($value): string
    //to
    public static function serialize($value): ?string 
    and i'm unsure what else that might affect.

    best.
    author of square Webpay. called the savior by the chief bottle washer...
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    available for hire.

  8. #358
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    i have not seen this error.

    and i'm unsure what else that might affect.

    best.
    Thank you very much for your fast reply. Some hours after I asked the customer what the error message was, he replied. It was an HTTP Error 500.
    I tested the payment module and no problem. Other customers also had no problem. So I told him that it seems the error was on his side. After a while he responded that the error comes from some setting on his smartphone (I have no idea what setting could cause this error).

    Sorry for the false alarm. Your module works excellent an better than the old one.

  9. #359
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,660
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by todoonada View Post
    ...Your module works excellent an better than the old one.
    author of square Webpay. called the savior by the chief bottle washer...
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    available for hire.

  10. #360
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Upgraded my Square module to the WebPay module last week, was working great, taking charges with no issue.

    Today I got a debug file with this at the end:
    PHP Notice: missing token result: check if card button is disabled on dev console using: document.getElementById('card-button'); else look for javascript error in console. in /usr/www/users/xx/includes/modules/payment/square_webPay.php on line 261.

    Customer abandoned their cart at checkout_payment.

    I saw some other messages about this, but must have missed the solution. How can I fix this?
    Using 1.56c, php 7.3, standard checkout flow, daily cron task for handler update.

    many thanks,
    Ed

 

 
Page 36 of 60 FirstFirst ... 26343536373846 ... 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