Urgent: Paypal issue when using a cell phone

Discussion in 'ClassiCraft WordPress Theme' started by spottedvarennes, Feb 11, 2015.

  1. spottedvarennes

    spottedvarennes Member

    Joined:
    Jan 26, 2015
    Messages:
    79
    Likes Received:
    0
    Hi, when I try to add a paid ad on a Cell phone (mobile), it go to paypal sandbox fine, the payment goes fine, but when its goes back to the classicraft website. the $_REQUEST is empty, so the only field that is completed, is the payment status that shows Completed.

    BUT THIS only happen on cell phones (mobiles

    In the file cc_Transaction.php here's the ouput of the print_r($_REQUEST) from a desktop PC here the output of the $_REQUEST VAR

    Here's the output of the $_REQUEST when on a desktop PC

    Array
    (
    [notify] => return
    [post_id] => 663
    [page_id] => 9
    [post_back] => 481422da
    [mc_gross] => 3.00
    [protection_eligibility] => Ineligible
    [payer_id] => DZSHB8TDFW23N
    [tax] => 0.00
    [payment_date] => 21:16:14 Feb 10, 2015 PST
    [payment_status] => Completed
    [charset] => utf-8
    [first_name] => SandboxTest
    [mc_fee] => 0.39
    [notify_version] => 3.8
    [custom] =>
    [payer_status] => verified
    [business] => e[email protected]
    [quantity] => 1
    [payer_email] => e[email protected]
    [verify_sign] => AFcWxV21C7fd0v3bYYYRCpSSRl31AfNEH5IOfzlcjg-ASLXymUt3iBP4
    [txn_id] => 2LW251854R9073812
    [payment_type] => instant
    [last_name] => Account
    [receiver_email] => e[email protected]
    [payment_fee] =>
    [receiver_id] => GACNRSU8QTM7Y
    [txn_type] => web_accept
    [item_name] => dfgdg
    [mc_currency] => CAD
    [item_number] =>
    [residence_country] => CA
    [test_ipn] => 1
    [handling_amount] => 0.00
    [transaction_subject] =>
    [payment_gross] =>
    [shipping] => 0.00
    [merchant_return_link] => cliquez ici
    [auth] => AQ3oCbFQV.wHSLUv0k.qsewf5KhzV9P-YpadFJwZgxv.ozty.paEobLZTH5TYWqaSuPzDKx9krYww3i7-DM-XpA
    )

    ANd this is the output of the $_REQUEST from a cell phone (mobile)
    (
    [notify] => return
    [post_id] => 665
    [post_back] => c7df72de
    )
    I tried with a fresh downloaded version of classiCraft

    Please investigate ASAP THanks
     
  2. spottedvarennes

    spottedvarennes Member

    Joined:
    Jan 26, 2015
    Messages:
    79
    Likes Received:
    0
    I also tried the real paypal with a cell phone, the payment went throught, but the status in classiCraft cc_transaction.php was Failed. BUT, it was added into the DB as successful, which it is. So let me know what the problem is and please test on your side
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    We have noted down your all issues and suggestions to fix in future updates.
    This may take some time to fix not predefined. Your patience will be appreciated.

    Thanks & Regards
    Pramod
     

Share This Page