ipn as I set:
http://www.mysite.com/store/index.php?r ... d/callback
the server is aruba
please help

Code: Select all
file_put_contents ( 'ipndebug.txt', 'test');
You'd be surprised how many think it will work on their localhost. But the callback is really just a simple post to a link on your site. There should be no problem with actually getting there.zeeb100 wrote:obviously on a real webhost
2. unnecessary as the ipn control is handled by the cart, but won't hurt anythingzeeb100 wrote:I tested the simulator and said ipn sent with success but nothing...
recapitulate
1. Installation Open cart
2. paypal account set url (if correct) and enable IPN
3. paypal standard skill set and test mode
4. create a test user on PayPal
5. make the transaction
6. pay by paypal
7. on completion of payment click on the button after confirmation
8. returns to order history Blank and callback() function not called and no textfile generated
Code: Select all
<form id="merchantReturn" action="http://www.xxxxxxx.com/store2/index.php?route=checkout/success" name="merchant_return" method="post">
<input type="hidden" value="60.00" name="mc_gross"/>
<input type="hidden" value="42 - Marco Grimaldi" name="invoice"/>
<input type="hidden" value="Ineligible" name="protection_eligibility"/>
<input type="hidden" value="confirmed" name="address_status"/>
<input type="hidden" value="KK6WVWMLN3NES" name="payer_id"/>
<input type="hidden" value="0.00" name="tax"/>
<input type="hidden" value="1 Main St" name="address_street"/>
<input type="hidden" value="06:40:46 Sep 30, 2009 PDT" name="payment_date"/>
<input type="hidden" value="Pending" name="payment_status"/>
<input type="hidden" value="windows-1252" name="charset"/>
<input type="hidden" value="95131" name="address_zip"/>
<input type="hidden" value="Test" name="first_name"/>
<input type="hidden" value="US" name="address_country_code"/>
<input type="hidden" value="Test User" name="address_name"/>
<input type="hidden" value="2.8" name="notify_version"/>
<input type="hidden" value="aGs=" name="custom"/>
<input type="hidden" value="verified" name="payer_status"/>
<input type="hidden" value="United States" name="address_country"/>
<input type="hidden" value="San Jose" name="address_city"/>
<input type="hidden" value="1" name="quantity"/>
<input type="hidden" value="zeeb_1253879820_per@inwind.it" name="payer_email"/>
<input type="hidden" value="AmWDa127nMyNwVvgndp45pkR6Vo8ArDcKJuxOL4ZU9iNcKzWIxWiFtIk" name="verify_sign"/>
<input type="hidden" value="38Y38002VD8956746" name="txn_id"/>
<input type="hidden" value="instant" name="payment_type"/>
<input type="hidden" value="User" name="last_name"/>
<input type="hidden" value="CA" name="address_state"/>
<input type="hidden" value="info@xxxx.com" name="receiver_email"/>
<input type="hidden" value="unilateral" name="pending_reason"/>
<input type="hidden" value="web_accept" name="txn_type"/>
<input type="hidden" value="xxxxxx" name="item_name"/>
<input type="hidden" value="EUR" name="mc_currency"/>
<input type="hidden" value="" name="item_number"/>
<input type="hidden" value="US" name="residence_country"/>
<input type="hidden" value="1" name="test_ipn"/>
<input type="hidden" value="aGs=" name="transaction_subject"/>
<input type="hidden" value="0.00" name="handling_amount"/>
<input type="hidden" value="" name="payment_gross"/>
<input type="hidden" value="0.00" name="shipping"/>
<input id="merchantReturn" class="continue" type="submit" value="Return to Merchant" name="merchant_return_link"/>
</form>
Users browsing this forum: No registered users and 71 guests