Skip to content

Commit 681c1f7

Browse files
authored
chore: cut release (#1191)
2 parents 1ea479e + 3a72627 commit 681c1f7

File tree

907 files changed

+29
-342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

907 files changed

+29
-342
lines changed

demo/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
<title>Messages Dev Sandbox</title>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7-
<script>
8-
window.__TEST_ENV__ = 'https://www.msmaster.qa.paypal.com';
9-
</script>
10-
<script src="https://www.msmaster.qa.paypal.com/sdk/js?client-id=B_AFccMdMuxDJXveYSon7w-PMTQ_aLJPy3b1Q4rz4K9iDYHi8fjX80yGEzQ2-gSHQhJVmCiO7Yp6Q3Kfow&debug=true&components=messages&stage-alias=https://cdn-culs_auth_01.static.engineering.dev.paypalinc.com/upstream/bizcomponents/stage/package.tgz"></script>
7+
<script src="//localhost.paypal.com:8080/sdk/js?client-id=DEV_US_MULTI&components=messages"></script>
118
</head>
129
<body>
1310
<div class="messages" data-pp-message></div>
1411
<script>
15-
paypal
16-
.Messages({
17-
amount: '500'
18-
})
19-
.render('.messages');
12+
// paypal
13+
// .Messages({
14+
// style: {
15+
// layout: 'flex',
16+
// ratio: '8x1',
17+
// color: 'blue'
18+
// }
19+
// })
20+
// .render('.messages');
2021
</script>
2122
</body>
2223
</html>

demo/snapshot/modal-test.html

Lines changed: 0 additions & 84 deletions
This file was deleted.

demo/standalone-modal.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,13 @@
44
<title>Standalone Modal Sandbox</title>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7-
<!-- <script src="//localhost.paypal.com:8080/modal.js"></script> -->
8-
<script>
9-
window.__TEST_ENV__ = 'https://msmaster.qa.paypal.com';
10-
</script>
11-
<script
12-
src="https://cdn-5_1_rebrand_us_01.static.engineering.dev.paypalinc.com/upstream/bizcomponents/stage/modal.js"
13-
data-pp-account="9DZUAPZS6JM5E"
14-
></script>
7+
<script src="//localhost.paypal.com:8080/modal.js"></script>
158
</head>
169
<body>
1710
<button class="learn-more">Learn more</button>
1811
<script>
1912
const modal = window.paypal.MessagesModal({
20-
// account: 'DEV_US_LONG_TERM_DF',
21-
amount: '600',
22-
channel: 'DEBIT_FLIP',
23-
customerId: 'W9WK2RH9RWWQC'
24-
// offer: 'PAY_LATER_SHORT_TERM'
25-
// features: 'new-checkout-design',
13+
account: 'DEV_US_MULTI'
2614
});
2715
document.querySelector('.learn-more').addEventListener('click', () => {
2816
modal.show();

demo/standalone.html

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,22 @@
44
<title>Messaging.js Dev Sandbox</title>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7-
<script>
8-
window.__TEST_ENV__ = 'https://www.msmaster.qa.paypal.com';
9-
</script>
10-
<script
11-
src="https://cdn-op_only_json_00.static.engineering.dev.paypalinc.com/upstream/bizcomponents/stage/messaging.js"
12-
data-pp-account="9DZUAPZS6JM5E"
13-
></script>
7+
<script src="//localhost.paypal.com:8080/messaging.js" data-pp-account="DEV_US_MULTI"></script>
148
</head>
159

1610
<body>
17-
<div
18-
class="messages"
19-
data-pp-message
20-
data-pp-amount="1000"
21-
data-pp-style-layout="text"
22-
data-pp-style-layout="black"
23-
data-pp-style-logo-type="primary"
24-
data-pp-style-logo-position="left"
25-
></div>
11+
<div class="messages" data-pp-message></div>
2612
<script>
27-
paypal
28-
.Messages({
29-
style: {
30-
layout: 'text',
31-
logo: {
32-
type: 'none'
33-
}
34-
}
35-
})
36-
.render('.messages');
13+
// paypal
14+
// .Messages({
15+
// style: {
16+
// layout: 'text',
17+
// logo: {
18+
// type: 'none'
19+
// }
20+
// },
21+
// })
22+
// .render('.messages');
3723
</script>
3824
</body>
3925
</html>
-1.9 KB
-357 Bytes
-357 Bytes
-58 Bytes
-412 Bytes
84 Bytes

0 commit comments

Comments
 (0)