File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
client/upstreamMessages/html Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ npm start
1717| Sample Integration | Description |
1818| ----------------------------------------- | ------------------------------------------------------------------------------------------------ |
1919| [ Recommended] ( src/recommended/index.html ) | Start with this recommended sample integration. It displays all messages supported by the v6 SDK |
20+ | [ Minimal] ( src/minimal/index.html ) | This is a minimal integration. It only shows how a message can be auto bootstrapped |
Original file line number Diff line number Diff line change 99 < h1 > Upstream Messages Recommended Integration</ h1 >
1010
1111 < div id ="message-background ">
12- < paypal-message auto-bootstrap id ="paypal-message "> </ paypal-message >
12+ < paypal-message id ="paypal-message "> </ paypal-message >
1313 </ div >
1414
1515 <!-- basic example product interaction -->
You can’t perform that action at this time.
0 commit comments