Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
njokuScript committed Feb 26, 2022
2 parents f597196 + d34a653 commit 383a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lazer/LazerPay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const LazerPay = (props: PaymentProps) => {
<title>Lazerpay Checkout</title>
</head>
<body onload="payWithLazerpay()" style="background-color:#fff;height:100vh">
<script src="https://cdn.jsdelivr.net/gh/LazerPay-Finance/checkout-build@main/checkout%401.0.1/dist/index.js"></script>
<script src="https://cdn.jsdelivr.net/gh/LazerPay-Finance/checkout-build@main/checkout%401.0.1/dist/index.min.js"></script>
<script type="text/javascript">
window.onload = payWithLazerpay;
function payWithLazerpay(){
Expand Down

0 comments on commit 383a609

Please sign in to comment.