Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.

Commit dca1e7a

Browse files
committed
chore(woops): use unpkg again for shippingItems ex
1 parent e37abc1 commit dca1e7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/shippingItems.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
<body>
1515
<script src="https://unpkg.com/vue@^2.5/dist/vue.js"></script>
16-
<!-- <script src="https://unpkg.com/vue-paypal-checkout@beta/dist/vue-paypal-checkout.min.js"></script> -->
17-
<script src="../dist/vue-paypal-checkout.min.js"></script>
16+
<script src="https://unpkg.com/vue-paypal-checkout@beta/dist/vue-paypal-checkout.min.js"></script>
1817

1918
<div id="app">
2019
<div class="content">

0 commit comments

Comments
 (0)