Page 19 of 19 FirstFirst ... 9171819
Results 181 to 190 of 190
  1. #181
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Authorize.net API with Card on File transactions support thread...

    Thanks for confirming!
    That Software Guy. My Store: Zen Cart Support
    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.

  2. #182
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Authorize.net API with Card on File transactions support thread...

    Older versions of this plugin (2.3.3 and prior) also have a file called cacert.pem. Does that need to be refreshed as well?
    That Software Guy. My Store: Zen Cart Support
    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. #183
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,849
    Plugin Contributions
    11

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by swguy View Post
    Older versions of this plugin (2.3.3 and prior) also have a file called cacert.pem. Does that need to be refreshed as well?
    yes. that file will need to be replaced.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #184
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Authorize.net API with Card on File transactions support thread...

    With the contents of cert.pem? I'm asking because in the older versions, the two .pem files were not identical.
    That Software Guy. My Store: Zen Cart Support
    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.

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

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by swguy View Post
    With the contents of cert.pem? I'm asking because in the older versions, the two .pem files were not identical.
    sorry. i misunderstood your question.

    i do not believe that file is needed. as such i would just leave it alone.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #186
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Authorize.net API with Card on File transactions support thread...

    Thank you!
    That Software Guy. My Store: Zen Cart Support
    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.

  7. #187
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Authorize.net API with Card on File transactions support thread...

    Seeing some of these in 1.5.8a/PHP 8.2. None of these are coincident with an error message in cim_response.log.

    [18-Mar-2025 20:24:12 America/New_York] Request URI: /index.php?main_page=card_update, IP address: xx.xxx.x.xx, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/client/public_html/includes/templates/bootstrap/common/html_header.php(22): header()
    #2 /home/client/public_html/index.php(86): require('/home/client...')
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /home/client/public_html/includes/templates/template_default/templates/tpl_message_stack_default.php:13) in /home/client/public_html/includes/templates/bootstrap/common/html_header.php on line 22.
    That Software Guy. My Store: Zen Cart Support
    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.

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

    Default Re: Authorize.net API with Card on File transactions support thread...

    Quote Originally Posted by swguy View Post
    Seeing some of these in 1.5.8a/PHP 8.2. None of these are coincident with an error message in cim_response.log.

    [18-Mar-2025 20:24:12 America/New_York] Request URI: /index.php?main_page=card_update, IP address: xx.xxx.x.xx, Language id 1
    #0 [internal function]: zen_debug_error_handler()
    #1 /home/client/public_html/includes/templates/bootstrap/common/html_header.php(22): header()
    #2 /home/client/public_html/index.php(86): require('/home/client...')
    --> PHP Warning: Cannot modify header information - headers already sent by (output started at /home/client/public_html/includes/templates/template_default/templates/tpl_message_stack_default.php:13) in /home/client/public_html/includes/templates/bootstrap/common/html_header.php on line 22.
    see:

    https://docs.zen-cart.com/user/troub..._already_sent/

    i am not seeing any errors in clients running this module on that page.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #189
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    112
    Plugin Contributions
    0

    Default Rounding error

    We recently upgraded our site to ZC 2.1 and installed the most recent version of this great plug-in. We/ our customers are experiencing a recurring problem when trying to checkout and getting this error:

    Customer Payment Transaction: Transaction Failed Error code : E00003 Error message : The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:unitPrice' element is invalid - The value '9.614609999999999' is invalid according to its datatype 'Decimal' - The FractionDigits constraint failed.

    All of our list pricing is entered at 2 decimal points. Qty discounts are entered at 1 decimal point. The $9.61460999 is the resulting discount price for ordering a qty of 12. It is a 4.9% discount off the list price of $10.11.

    It's not a one-off - it is a recurring issue - but not for every order.

    Any ideas out there? thank you!

  10. #190
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    112
    Plugin Contributions
    0

    Default Re: Rounding error

    Quote Originally Posted by apollowilcox View Post
    We recently upgraded our site to ZC 2.1 and installed the most recent version of this great plug-in. We/ our customers are experiencing a recurring problem when trying to checkout and getting this error:

    Customer Payment Transaction: Transaction Failed Error code : E00003 Error message : The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:unitPrice' element is invalid - The value '9.614609999999999' is invalid according to its datatype 'Decimal' - The FractionDigits constraint failed.

    All of our list pricing is entered at 2 decimal points. Qty discounts are entered at 1 decimal point. The $9.61460999 is the resulting discount price for ordering a qty of 12. It is a 4.9% discount off the list price of $10.11.

    It's not a one-off - it is a recurring issue - but not for every order.

    Any ideas out there? thank you!
    Timing is everything.. We think we found/ fixed it here, after struggling with it for a few days.
    in file authorizenet_cim.php, around line 1199, changed: $lineItem1->setUnitPrice($items['final_price']);
    to: $lineItem1->setUnitPrice(number_format($items['final_price'], 2, '.', ''));

    Seems to have addressed it. Sorry to have posted this just a few minutes too early!

 

 
Page 19 of 19 FirstFirst ... 9171819

Similar Threads

  1. v155 Saving Credit Card Info with Authorize.Net
    By magneto in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 25 Jan 2021, 10:28 PM
  2. v154 Having Issues With Duplicate Transactions in Authorize.net
    By CSGODeimos in forum General Questions
    Replies: 1
    Last Post: 27 Sep 2017, 02:53 PM
  3. v151 Duplicate transactions authorize.net AIM
    By badarac in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 9 Aug 2016, 03:52 PM
  4. Replies: 1
    Last Post: 31 May 2006, 05:06 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