Skip to content

Commit 93f807c

Browse files
authored
chore: rename folder to paypalMessages to match component name (#58)
1 parent ced2854 commit 93f807c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

client/components/upstreamMessages/html/README.md renamed to client/components/paypalMessages/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upstream Messages HTML Sample Integration
1+
# PayPal Messages HTML Sample Integration
22

33
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:
44

client/components/upstreamMessages/html/package.json renamed to client/components/paypalMessages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "v6-web-sdk-sample-integration-client-upstream-messages",
2+
"name": "v6-web-sdk-sample-integration-client-paypal-messages",
33
"version": "1.0.0",
44
"private": true,
55
"type": "module",

client/components/upstreamMessages/html/src/advanced/app.js renamed to client/components/paypalMessages/html/src/advanced/app.js

File renamed without changes.

client/components/upstreamMessages/html/src/advanced/index.html renamed to client/components/paypalMessages/html/src/advanced/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Upstream Messages - Minimal Integration - PayPal Web SDK</title>
5+
<title>PayPal Messages - Minimal Integration - PayPal Web SDK</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
</head>
88
<body>
9-
<h1>Upstream Messages Advanced Integration</h1>
9+
<h1>PayPal Messages Advanced Integration</h1>
1010
<h2>HTML config with JS to update amount</h2>
1111

1212
<div id="message-background">

client/components/upstreamMessages/html/src/index.html renamed to client/components/paypalMessages/html/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Upstream Messages Sample Integrations - PayPal Web SDK</title>
5+
<title>PayPal Messages Sample Integrations - PayPal Web SDK</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
</head>
88
<body>
9-
<h1>Upstream Messages Integrations</h1>
9+
<h1>PayPal Messages Integrations</h1>
1010

1111
<ul>
1212
<li>

client/components/upstreamMessages/html/src/recommended/app.js renamed to client/components/paypalMessages/html/src/recommended/app.js

File renamed without changes.

client/components/upstreamMessages/html/src/recommended/index.html renamed to client/components/paypalMessages/html/src/recommended/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Upstream Messages - Recommended Integration - PayPal Web SDK</title>
5+
<title>PayPal Messages - Recommended Integration - PayPal Web SDK</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
</head>
88
<body>
9-
<h1>Upstream Messages Recommended Integration</h1>
9+
<h1>PayPal Messages Recommended Integration</h1>
1010
<h2>JS config to fetch and set options</h2>
1111

1212
<div id="message-background">
File renamed without changes.

0 commit comments

Comments
 (0)