You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -412,7 +457,7 @@ <h3 id="custom">Customize your button</h3>
412
457
</div>
413
458
414
459
</div>
415
-
<p><em>Important:</em>Payments made using this code will be live and not test payments.</p>
460
+
<p><em>Important:</em>Unless you enable the sandbox environment all payments made using this code will be live and not test payments.</p>
416
461
417
462
418
463
<h3id="addbutton">Add the button to your site</h3>
@@ -443,10 +488,12 @@ <h3 id="addbutton">Add the button to your site</h3>
443
488
<p>Copy and paste the HTML snippet you customized above, and you're ready to start selling!</p>
444
489
</li>
445
490
</ol>
491
+
492
+
<h3>Environment</h3>
493
+
<p>In order to test your implementation before going live you can use our sandbox environment. Please check the <ahref="http://developer.paypal.com/">Developer Portal</a> for further information.</p>
446
494
447
495
<h3>Callback</h3>
448
496
<p>On completion of a transaction you can get a payment notification (<ahref="https://www.x.com/developers/paypal/documentation-tools/ipn/integration-guide/IPNIntro">IPN</a>) on a callback URL you specify using the callback attribute. An IPN simulator is <ahref="https://developer.paypal.com/webapps/developer/applications/ipn_simulator">available on the sandbox</a> to help you test your integration.</p>
449
-
450
497
<h3>Customization</h3>
451
498
<p>For advanced needs, there's a JavaScript API that can be used to pragmatically create buttons, localization support, and the ability to create user-editable inputs. Find out how in the <ahref="https://github.com/paypal/JavaScriptButtons#editable-fields">README</a> file.
0 commit comments