bison-web-components 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +197 -176
- package/bison-operator-payments.js +691 -475
- package/demo-payments.html +2 -3
- package/package.json +1 -1
package/demo-payments.html
CHANGED
|
@@ -191,10 +191,9 @@
|
|
|
191
191
|
</div>
|
|
192
192
|
|
|
193
193
|
<!-- ── Scripts ──────────────────────────────────── -->
|
|
194
|
-
<script src="
|
|
195
|
-
<script src="bison-operator-payments.js"></script>
|
|
194
|
+
<script src="https://cdn.jsdelivr.net/npm/bison-web-components@1.0.0/bison-operator-payments.js"></script>
|
|
196
195
|
<script type="module">
|
|
197
|
-
import { BisonJibPayAPI } from "
|
|
196
|
+
import { BisonJibPayAPI } from "https://cdn.jsdelivr.net/npm/bison-web-components@1.0.0/api.js";
|
|
198
197
|
|
|
199
198
|
// ── API Bootstrap ─────────────────────────────
|
|
200
199
|
const API_BASE =
|