Page 6 of 16 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 160
  1. #51
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by bustin98 View Post
    I updated the setting, but the numbers do not change. Looking at the log file, I do not see the option listed.
    Hmm, perhaps that's because that setting isn't actually used by the shipping method (sigh). I'll get that corrected; thanks for the report!

  2. #52
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    v1.2.0 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains changes associated with the following GitHub issues:

    #12: Correct PHP Warning when UPS request fails.
    #13: Remove redundant code.
    #14: Enable fixed-price handling fee to be applied once/order or once/box.
    #15: Remove function return-type hints, not compatible with PHP versions prior to 7.4.
    #16: Include use of previously-missing Residential/Commercial quote.
    #17: Correct PHP 8.2 Fatal error when handling-fee is configured as an empty string.

    Note that upgrading is automatic!

  3. #53
    Join Date
    Dec 2010
    Location
    Central Indiana
    Posts
    36
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    V1.2.0 loaded up. Getting this error, even though I double checked my ID and secret:

    2023-10-05 16:01:19: {
    "response": {
    "errors": [
    {
    "code": "250002",
    "message": "Invalid Authentication Information."

  4. #54
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Zippkits View Post
    V1.2.0 loaded up. Getting this error, even though I double checked my ID and secret:

    2023-10-05 16:01:19: {
    "response": {
    "errors": [
    {
    "code": "250002",
    "message": "Invalid Authentication Information."
    Did you also make sure to add the "Rating" and "Time in Transit" Products to that UPS App that's associated with those credentials? See this (https://github.com/lat9/upsoauth/wik...-Client-Secret) UPSoAuth wiki article for additional information.

  5. #55
    Join Date
    Dec 2010
    Location
    Central Indiana
    Posts
    36
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    Did you also make sure to add the "Rating" and "Time in Transit" Products to that UPS App that's associated with those credentials? See this (https://github.com/lat9/upsoauth/wik...-Client-Secret) UPSoAuth wiki article for additional information.
    I did now lol.
    Logs show rates are coming, but it still breaks at the shipping page.
    Here is the error:

    [06-Oct-2023 11:56:20 America/Indiana/Indianapolis] Request URI: /index.php?main_page=checkout_shipping&zenid=xxxx, IP address: xxxx
    #1 UpsOAuthApi->getCurrentMethodQuote() called at [/home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php:440]
    #2 UpsOAuthApi->getShippingMethodsFromQuotes() called at [/home/xxxx/public_html/includes/modules/shipping/upsoauth.php:326]
    #3 upsoauth->quote() called at [/home/xxxx/public_html/includes/classes/shipping.php:171]
    #4 shipping->quote() called at [/home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php:187]
    #5 require(/home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php) called at [/home/xxxx/public_html/index.php:36]

    [06-Oct-2023 11:56:20 America/Indiana/Indianapolis] PHP Catchable fatal error: Argument 2 passed to UpsOAuthApi::getCurrentMethodQuote() must be an instance of string, string given, called in /home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php on line 440 and defined in /home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php on line 450

  6. #56
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,409
    Plugin Contributions
    94

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Zippkits View Post
    I did now lol.
    Logs show rates are coming, but it still breaks at the shipping page.
    Here is the error:

    [06-Oct-2023 11:56:20 America/Indiana/Indianapolis] Request URI: /index.php?main_page=checkout_shipping&zenid=xxxx, IP address: xxxx
    #1 UpsOAuthApi->getCurrentMethodQuote() called at [/home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php:440]
    #2 UpsOAuthApi->getShippingMethodsFromQuotes() called at [/home/xxxx/public_html/includes/modules/shipping/upsoauth.php:326]
    #3 upsoauth->quote() called at [/home/xxxx/public_html/includes/classes/shipping.php:171]
    #4 shipping->quote() called at [/home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php:187]
    #5 require(/home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php) called at [/home/xxxx/public_html/index.php:36]

    [06-Oct-2023 11:56:20 America/Indiana/Indianapolis] PHP Catchable fatal error: Argument 2 passed to UpsOAuthApi::getCurrentMethodQuote() must be an instance of string, string given, called in /home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php on line 440 and defined in /home/xxxx/public_html/includes/modules/shipping/upsoauth/UpsOAuthApi.php on line 450
    Dang it; I'm guessing (please verify) that your site's running on PHP 5.6.

  7. #57
    Join Date
    Dec 2010
    Location
    Central Indiana
    Posts
    36
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Correct. 5.6.40

  8. #58
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,479
    Plugin Contributions
    11

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    That was end of life (EOL) in 2019! Most hosts do not use less that 7.4 and that was EOL a year ago.
    You need to upgrade while you can still run your site and upgrade. You may wake up tomorrow and your host has turned off everything under 7.4. You see stories of that often on the forum.

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

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by Zippkits View Post
    Correct. 5.6.40
    the first version of this module was released 20 june 2023.

    php 5.6 was EOL (as in end of life) 31 dec 2018.

    i would encourage the developer to NOT make changes to new software to support software that was EOL so long ago.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #60
    Join Date
    Dec 2010
    Location
    Central Indiana
    Posts
    36
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Thanks for the help!

 

 
Page 6 of 16 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 189
    Last Post: 20 May 2025, 03:50 PM
  2. v155 UPS XML: Support Thread
    By lat9 in forum Addon Shipping Modules
    Replies: 245
    Last Post: 24 Nov 2023, 10:07 PM
  3. eWAY Payment Gateway - Rapid 3.0 API [Support Thread]
    By maclean_cherry in forum Addon Payment Modules
    Replies: 40
    Last Post: 27 Nov 2020, 06:53 AM
  4. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 27 Apr 2020, 08:46 PM
  5. v151 Ty UPS WorldShip Support Thread
    By colosports in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Jun 2014, 12:05 AM

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