php - Extra Custom field add for success page. in Paypal -


i have need multiple field add on return page. 1 field passing , getting . code is:-

 <form class="validate" id="paypalform"  method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr">                             <h3>amount :- $5.99</h3>                              <p class="mc-field-group clearfix">                                email : <input required class="required email mce_inline_error" id="mce-email" name="custom" type="email" value="" aria-required="true" aria-invalid="true">                             </p>                              <input type="hidden" name="business" value="er.xxx@gmail.com">                             <input type="hidden" name="cmd" value="_xclick">                             <input type="hidden" name="item_name" value="closer t">                             <input type="hidden" name="item_number" value="1">                              <input type="hidden" id="amount" name="amount" value="54.99">                             <input type="hidden" name="cancel_return" value="http://website.com/aypal-notcompleted/">                             <input name="notify_url" value="http://website.com/paypal-ipn/" type="hidden" >                             <input type="hidden" name="no_shipping" value="1">                             <input type="hidden" name="currency_code" value="usd">                             <input type="hidden" name="handling" value="0">                             <input type="hidden" name="invoice_id" value="fffff"/>                              <div class="btn">                                 <button class="btn btn-danger" type="submit" >                                     paynow                                 </button>                             </div>                   </form>  

on success.php page

 echo "<pre>";    print_r($_get);    die; 

output :-

array (     [tx] => 7kc790518w762915s     [st] => pending     [amt] => 5.99     [cc] => usd     [cm] => asheesh9308@gmail.com     [item_number] => 1 ) 

but want geting invoice_id on success page


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -