Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upstream Messages HTML Sample Integration
# PayPal Messages HTML Sample Integration

This HTML sample integration uses HTML, JavaScript, and CSS. It does not require a build process to transpile the source code. It's just static files that can be served up by any web server. [Vite](https://vite.dev/) is used for the local web server to provide the following functionality:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "v6-web-sdk-sample-integration-client-upstream-messages",
"name": "v6-web-sdk-sample-integration-client-paypal-messages",
"version": "1.0.0",
"private": true,
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Upstream Messages - Minimal Integration - PayPal Web SDK</title>
<title>PayPal Messages - Minimal Integration - PayPal Web SDK</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Upstream Messages Advanced Integration</h1>
<h1>PayPal Messages Advanced Integration</h1>
<h2>HTML config with JS to update amount</h2>

<div id="message-background">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Upstream Messages Sample Integrations - PayPal Web SDK</title>
<title>PayPal Messages Sample Integrations - PayPal Web SDK</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Upstream Messages Integrations</h1>
<h1>PayPal Messages Integrations</h1>

<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Upstream Messages - Recommended Integration - PayPal Web SDK</title>
<title>PayPal Messages - Recommended Integration - PayPal Web SDK</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Upstream Messages Recommended Integration</h1>
<h1>PayPal Messages Recommended Integration</h1>
<h2>JS config to fetch and set options</h2>

<div id="message-background">
Expand Down