Skip to content

Commit e57ac39

Browse files
committed
Updating index
1 parent 6606839 commit e57ac39

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

index.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>PayPal JavaScript Payment Buttons</title>
6+
<title>PayPal Payment Buttons</title>
77
<link rel="stylesheet" href="css/bootstrap.min.css" />
88
<style type="text/css">
99
body {
@@ -94,8 +94,8 @@
9494
</head>
9595
<body>
9696
<div id="page">
97-
<h1>PayPal JavaScript payment buttons</h1>
98-
<h2>Integrating with PayPal's payment buttons are as easy as including a small snippet of code. We have multiple flavors of buttons to fit your needs:</h2>
97+
<h1>PayPal payment buttons</h1>
98+
<h2>Integrating with the unofficial PayPal JavaScript buttons are as easy as including a small snippet of code. We have multiple flavors of buttons to fit your needs:</h2>
9999

100100
<ul class="nav nav-tabs">
101101
<li class="active"><a href="#buynow" data-toggle="tab">Buy Now</a></li>
@@ -244,7 +244,6 @@ <h2>Integrating with PayPal's payment buttons are as easy as including a small s
244244
<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>
245245

246246
<pre><code>&lt;script src="paypal-button.min.js?merchant=6XF3MPZBZV6HU"
247-
data-button="cart"
248247
data-id="8R63A645E2QB6"
249248
&gt;&lt;/script&gt;</code></pre>
250249

@@ -264,15 +263,6 @@ <h2>Integrating with PayPal's payment buttons are as easy as including a small s
264263
<input type="text" id="hostedButtonId" name="id" value="8R63A645E2QB6" autocomplete="off" />
265264
</div>
266265
</div>
267-
<div class="control-group">
268-
<label class="control-label" for="hostedType">Button type</label>
269-
<div class="controls">
270-
<select id="hostedType" name="button">
271-
<option name="cart">cart</cart>
272-
<option name="buynow">buynow</cart>
273-
</select>
274-
</div>
275-
</div>
276266
</form>
277267
<div class="modal-footer">
278268
<button class="btn btn-primary" data-dismiss="modal">Update</button>
@@ -281,7 +271,6 @@ <h2>Integrating with PayPal's payment buttons are as easy as including a small s
281271

282272
<div class="tryit">
283273
<script src="dist/paypal-button.min.js?merchant=6XF3MPZBZV6HU"
284-
data-button="cart"
285274
data-id="8R63A645E2QB6"
286275
></script>
287276
</div>

0 commit comments

Comments
 (0)