Jump to content

ReQuest

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by ReQuest

  1. I would recommend turning off Cloudflare complete when testing.

    Perhaps also try a live donation test instead of using Paypal's sandbox?

     

    Double check to make sure you are, indeed, using the latest Flux from our GIT repository, as the previous revisions did not process Paypal transactions properly.

     

    Also, make sure you are testing with the default theme.

     

    1. Now i try with other domain don't use cloudflare

    2. i use = rathena-FluxCP-fe131a7 with the default theme.

    3. with paypal sandbox it not solve

    now i'm looking for live donation after i'm try to test with there i will come back to report again 

  2. If you can tell us what steps you have done, it might be easier to see what's wrong.

    And also, you can check the transaction log on your \data\logs\ folder.

     

    1. Yesterday , i have download fluxcp form : http://rathena.github.io/FluxCP/

    2. i have config and install there form guide , and successful install without any error

    3. i try to set up Donation system here is 

     

    'ServerAddress'		=> 'my-domain.com:443',
    'BaseURI'			=> '',
    
    'CreditExchangeRate'		=> 0.01,
    'MinDonationAmount'		=> 1.0,
    'DonationCurrency'		=> 'USD',
    'AcceptDonations'		=> true,
    'PayPalIpnUrl'			=> 'www.sandbox.paypal.com',
    'PayPalBusinessEmail'		=> '[email protected]',
    
    

     

    and i go to setting IPN at Paypal Sandbox Account to this

    IPN Current settings
    Notification URL	https://my-domain.com:443/?module=donate&action=notify
    Message delivery:	Enabled
     

    after finish config now , i try to test Donation with " paypal sandbox personal account "

     

    my test donation is success! my " Paypal sandbox business account " has recive a donation

     

    this is IPN history

     

    post-33324-0-54362100-1436569409_thumb.png

     

    now i go to my flux panel again and check " Credit Balance " is not have anything change is still current 0

     

    i go to \data\logs\ folder. in transactions folder is empty.

     

    and this is form my paypal.log.php

     

    [2015-07-10 22:50:02] Received notification from 173.0.82.126 (ipn.sandbox.paypal.com)
    [2015-07-10 22:50:02] Query string: cmd=_notify-validate&mc_gross=1.00&protection_eligibility=Eligible&address_status=confirmed&payer_id=N727DYF4C5DKS&tax=0.00&address_street=1+Main+St&payment_date=15%3A49%3A56+Jul+10%2C+2015+PDT&payment_status=Completed&charset=windows-1252&address_zip=95131&first_name=xxRemovexx&mc_fee=0.33&address_country_code=US&address_name=xxRemovexx&notify_version=3.8&custom=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRlJFRUxJRkUtUk8uQ09NIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDEiO30%3D&payer_status=verified&business=xxRemovexx%40outlook.com&address_country=United+States&address_city=San+Jose&quantity=0&verify_sign=AyPYlQ8Oa6oGsLhFw3LOipLJYfWnATV7riJCS3mBnGfVRmKbyXFvtS2q&payer_email=xxRemovexx%40hotmail.com&txn_id=9CB45083U8973135R&payment_type=instant&last_name=Balde&address_state=CA&receiver_email=xxRemovexx%40outlook.com&payment_fee=0.33&receiver_id=VTFSP87LCH6AS&txn_type=web_accept&item_name=Donation+Credits%3A+100+CREDIT%28s%29&mc_currency=USD&item_number=&residence_country=US&test_ipn=1&transaction_subject=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRlJFRUxJRkUtUk8uQ09NIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDEiO30%3D&payment_gross=1.00&ipn_track_id=7c4441b37f13b
    [2015-07-10 22:50:02] Establishing connection to PayPal server at www.sandbox.paypal.com:80...
    [2015-07-10 22:50:02] Connected. Sending request back to PayPal...
    [2015-07-10 22:50:02] Sent 1175 bytes of transaction data. Request size: 1328 bytes.
    [2015-07-10 22:50:02] Reading back response from PayPal...
    [2015-07-10 22:50:02] Notification failed to verify. (recv: )
    [2015-07-10 22:50:02] Transaction invalid, aborting.
    
    

    please help me solve this T T

    * i using Comodo Positive SSL And Cloudflare

     

×
×
  • Create New...