do direct credit
This commit is contained in:
@ -4,12 +4,43 @@
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<em>Your credits</em>
|
||||
|
||||
<img src="https://devtools-paypal.com/image/bdg_payments_by_pp_2line.png" alt="PAYMENTS BY PayPal" />
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<h3>
|
||||
AddressVerify</h3>
|
||||
<div id="apidetails">
|
||||
Confirms whether a postal address and postal code match those of the specified PayPal
|
||||
account holder.</div>
|
||||
</div>
|
||||
<form id="form1" runat="server">
|
||||
<div id="request_form">
|
||||
<div class="param_name">
|
||||
Buyer's Email address *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="email" id="email" value="platfo_1255077030_biz@gmail.com" runat="server" />
|
||||
</div>
|
||||
<div class="param_name">
|
||||
First line of street address *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="street" id="street" value="123" runat="server" />
|
||||
</div>
|
||||
<div class="param_name">
|
||||
Postal code *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="zip" id="zip" value="95131" runat="server" />
|
||||
</div>
|
||||
<div class="submit">
|
||||
<input id="submit" type="submit" name="submit" value="Submit" runat="server" onserverclick="Submit_Click" />
|
||||
<br />
|
||||
<br />
|
||||
<a href="../Default.aspx">Home</a> <a href="javascript:history.back();">Back</a>z
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<p>
|
||||
<img src="https://www.paypal.com/fr_XC/i/btn/btn_xpressCheckout.gif" align="left" style="margin-right:7px;" />
|
||||
</p>
|
||||
<markdown>
|
||||
|
||||
</markdown>
|
||||
|
||||
|
||||
|
||||
|
0
Yavsc/Views/Manage/DoDirectCredit.cshtml
Normal file
0
Yavsc/Views/Manage/DoDirectCredit.cshtml
Normal file
Reference in New Issue
Block a user