Skip to content

Commit 3028729

Browse files
committed
Content changes
1 parent 7d675be commit 3028729

1 file changed

Lines changed: 2 additions & 41 deletions

File tree

index.html

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ <h1>PayPal payment buttons</h1>
1515
<ul class="nav nav-tabs">
1616
<li class="active"><a href="#buynow" data-toggle="tab">Buy Now</a></li>
1717
<li><a href="#cart" data-toggle="tab">Add to Cart</a></li>
18-
<li><a href="#hosted" data-toggle="tab">Hosted</a></li>
1918
<li><a href="#qr" data-toggle="tab">QR Codes</a></li>
2019
</ul>
2120

@@ -153,45 +152,9 @@ <h1>PayPal payment buttons</h1>
153152
</div>
154153

155154

156-
<div id="hosted" class="tab-pane example">
157-
<p>Hosted buttons are extra secure and provide protection to your product data <a href="#hostedModal" class="edit" role="button" data-toggle="modal"><span class="icon icon-edit"></span> Customize</a></p>
158-
159-
<pre><code>&lt;script src="paypal-button.min.js?merchant="
160-
data-id="`"
161-
&gt;&lt;/script&gt;</code></pre>
162-
163-
164-
<div id="hostedModal" class="editable modal hide fade" role="dialog" aria-hidden="true">
165-
<form action="#" class="modal-body form-horizontal">
166-
<div class="control-group">
167-
<label class="control-label" for="hostedMerchant">Merchant</label>
168-
<div class="controls">
169-
<input type="text" id="hostedMerchant" name="business" value="" autocomplete="off" />
170-
<span class="help-inline">Email address or merchant ID</span>
171-
</div>
172-
</div>
173-
<div class="control-group">
174-
<label class="control-label" for="hostedButtonId">Button ID</label>
175-
<div class="controls">
176-
<input type="text" id="hostedButtonId" name="id" value="" autocomplete="off" />
177-
</div>
178-
</div>
179-
</form>
180-
<div class="modal-footer">
181-
<button class="btn btn-primary" data-dismiss="modal">Update</button>
182-
</div>
183-
</div>
184-
185-
<div class="tryit">
186-
<script src="dist/paypal-button.min.js?merchant="
187-
data-id="8R63A645E2QB6"
188-
></script>
189-
</div>
190-
</div>
191-
192155

193156
<div id="qr" class="tab-pane example">
194-
<p>Buy Now buttons are perfect for single item purchases <a href="#qrModal" class="edit" role="button" data-toggle="modal"><span class="icon icon-edit"></span> Customize</a></p>
157+
<p>QR codes are ideal for allowing quick mobile payments <a href="#qrModal" class="edit" role="button" data-toggle="modal"><span class="icon icon-edit"></span> Customize</a></p>
195158

196159
<pre><code>&lt;script src="paypal-button.min.js?merchant="
197160
data-button="qr"
@@ -263,11 +226,10 @@ <h1>PayPal payment buttons</h1>
263226

264227

265228
<h3>Add payment buttons to your site</h3>
266-
<p>PayPal makes it easy to accept payments on a website, whether it&apos;s a mobile device, tablet, or PC.</p>
267229

268230
<ol>
269231
<li>
270-
<p>Get your Merchant account ID or email address. You'll need to add it to the code above. If you&apos;re logged in to PayPal, you can get find it on your <a target="_blank" href="https://www.paypal.com/webapps/customerprofile/summary.view">account
232+
<p>Get your Merchant ID or email address. You'll need to add it to the code above. If you&apos;re logged in to PayPal and have a business account, you can get your Merchant ID on your <a target="_blank" href="https://www.paypal.com/webapps/customerprofile/summary.view">account
271233
profile page</a>.</p>
272234
</li>
273235
<li>
@@ -296,7 +258,6 @@ <h3>Add payment buttons to your site</h3>
296258
</ol>
297259

298260
<p>It&apos;s that simple. No need to deal with a long confusing form. You can update product name and pricing directly on your site. These JavaScript buttons are easy, fast, and secure.</p>
299-
<p>If you are familiar with the <a href="https://www.x.com/developers/paypal/documentation-tools/paypal-payments-standard/ht_create-pps-buttons">classic PayPal button solution</a>, it is still available.</p>
300261

301262
<h3>Browser support</h3>
302263
<p>The JavaScript buttons have been tested and work in all modern browsers including: Chrome, Safari, Firefox and Internet Explorer 7+.

0 commit comments

Comments
 (0)