Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Yet another paypal problem

    ok got some logs my tfp program was cahcing the directory

  2. #2
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Yet another paypal problem

    heres the log results from a product that wont show as an order

    Sat Oct 2006 1:14 -- IPN NOTICE::Got past language loads

    Sat Oct 2006 1:14 -- IPN INFO - POST VARS
    mc_gross=1.76
    &address_status=confirmed
    &payer_id=NSXY7WWAQT3YN
    &tax=0.06
    &address_street=*************
    &payment_date=17%3A14%3A36+Oct+06%2C+2006+PDT
    &payment_status=Completed
    &charset=windows-1252
    &address_zip=************
    &first_name=************
    &mc_fee=0.26
    &address_country_code=GB
    &address_name=*************
    &notify_version=2.1
    &custom=zenid%3D02247cdb599ed957c9fc5226e06848db
    &payer_status=verified
    &business=*************
    &address_country=United+Kingdom
    &address_city=coalville
    &quantity=1
    &verify_sign=AoiPZH9qGwarMmWT1VNfNHjeS5EzAeNDCxfGrh52lqSgzRyp3GW5tv9S
    &payer_email=*****************
    &txn_id=18A23796TV7758519
    &payment_type=instant
    &payer_business_name=terabyte+computers
    &last_name=##########3
    &address_state=##########3
    &receiver_email=############3
    &payment_fee=
    &receiver_id=3DUT8A8SVJPR8
    &txn_type=web_accept
    &item_name=Modchip+Fitters+Purchase
    &mc_currency=GBP
    &item_number=1
    &residence_country=GB
    &payment_gross=
    &shipping=0.00
    &cmd=_notify-validate

    Sat Oct 2006 1:14 -- IPN INFO - CURL INFO
    HTTP/1.1 200 OK
    ,Date: Sat, 07 Oct 2006 00:14:43 GMT
    ,Server: Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
    ,Set-Cookie: cookie_check=yes; expires=Tue, 04-Oct-2016 00:14:43 GMT; path=/; domain=.paypal.com
    ,Set-Cookie: Apache=85.92.66.131.307381160180083160; path=/; expires=Mon, 29-Sep-36 00:14:43 GMT
    ,Connection: close
    ,Transfer-Encoding: chunked
    ,Content-Type: text/html; charset=UTF-8
    ,
    ,8
    ,VERIFIED
    ,0
    ,


    Sat Oct 2006 1:14 -- IPN NOTICE::Set transaction type unique postdata=mc_gross=1.76
    &address_status=confirmed
    &payer_id=NSXY7WWAQT3YN
    &tax=0.06
    &address_street=########3
    &payment_date=17%3A14%3A36+Oct+06%2C+2006+PDT
    &payment_status=Completed
    &charset=windows-1252
    &address_zip=###########3
    &first_name=###########3
    &mc_fee=0.26
    &address_country_code=GB
    &address_name=############3
    &notify_version=2.1
    &custom=zenid%3D02247cdb599ed957c9fc5226e06848db
    &payer_status=verified
    &business=##############
    &address_country=United+Kingdom
    &address_city=coalville
    &quantity=1
    &verify_sign=AoiPZH9qGwarMmWT1VNfNHjeS5EzAeNDCxfGrh52lqSgzRyp3GW5tv9S
    &payer_email=sales%########3.co.uk
    &txn_id=18A23796TV7758519
    &payment_type=instant
    &payer_business_name=##########
    &last_name=#########3
    &address_state=###########3
    &receiver_email=sales##########.com
    &payment_fee=
    &receiver_id=3DUT8A8SVJPR8
    &txn_type=web_accept
    &item_name=Modchip+Fitters+Purchase
    &mc_currency=GBP
    &item_number=1
    &residence_country=GB
    &payment_gross=
    &shipping=0.00
    &cmd=_notify-validate

    Sat Oct 2006 1:14 -- IPN WARNING::Currency/Amount Mismatch. Details: PayPal email address = ########.com
    -> | mc_currency = GBP | submitted_currency = GBP | order_currency = GBP | mc_gross = 1.76 | converted_amount = 1.70 | order_amount = 1.7
    Moderator edit: obfuscated data for privacy

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Yet another paypal problem

    Quote Originally Posted by modchipfitters.co.uk
    Sat Oct 2006 1:14 -- IPN WARNING::Currency/Amount Mismatch. Details: PayPal email address = sales @ ######.com
    -> | mc_currency = GBP | submitted_currency = GBP | order_currency = GBP | mc_gross = 1.76 | converted_amount = 1.70 | order_amount = 1.7
    What is the default currency in your store?
    What is its exchange rate set to?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Yet another paypal problem

    default curreny is gbp so there is no transaction rate

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Yet another paypal problem

    Do you have any tax-calculations enabled on the PayPal site in your PayPal profile settings?

    It looks from the above transaction that the 0.06 tax amount isn't being handled properly on one side vs the other.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Yet another paypal problem

    Quote Originally Posted by DrByte
    Do you have any tax-calculations enabled on the PayPal site in your PayPal profile settings?

    It looks from the above transaction that the 0.06 tax amount isn't being handled properly on one side vs the other.
    yes i set 3.75% tax in paypal to help cover paypal transaction fee's

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Yet another paypal problem

    aha ... so that's where the 0.06 tax comes from.

    You can't do that
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: Yet another paypal problem

    oh gawd im a fool ive just spent 5 hours trying to get this working

    and i never thought about the pay pal tax

    thankyou thankyou

 

 

Similar Threads

  1. yet another IE display problem
    By secondnature in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Jul 2011, 04:34 AM
  2. Yet another contact-us problem
    By eliseintaipei in forum General Questions
    Replies: 15
    Last Post: 23 Sep 2008, 12:21 AM
  3. yet another problem, banners
    By kitcorsa in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 27 Mar 2007, 06:12 PM
  4. Yet another integration problem...
    By srbin in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Oct 2006, 11:13 PM

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