Skip to content

Commit e381687

Browse files
committed
Removing static button ID from hosted example
1 parent 0075443 commit e381687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h1>PayPal payment buttons</h1>
248248
<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>
249249

250250
<pre><code>&lt;script src="paypal-button.min.js?merchant="
251-
data-id="8R63A645E2QB6"
251+
data-id=""
252252
&gt;&lt;/script&gt;</code></pre>
253253

254254

@@ -264,7 +264,7 @@ <h1>PayPal payment buttons</h1>
264264
<div class="control-group">
265265
<label class="control-label" for="hostedButtonId">Button ID</label>
266266
<div class="controls">
267-
<input type="text" id="hostedButtonId" name="id" value="8R63A645E2QB6" autocomplete="off" />
267+
<input type="text" id="hostedButtonId" name="id" value="" autocomplete="off" />
268268
</div>
269269
</div>
270270
</form>

0 commit comments

Comments
 (0)