Skip to content

Instantly share code, notes, and snippets.

View chege-kimaru's full-sized avatar
🏠
Working from home

Kevin Kimaru chege-kimaru

🏠
Working from home
View GitHub Profile
const ACCESS_KEY = "3bfb07e6733e3b3f8a5bfcaec62438db";
const PROFILE_ID = "838CBBDE-0461-4FCD-99AA-09D37E031010";
const form = document.querySelector("#payment-form");
const params = {
access_key: ACCESS_KEY,
profile_id: PROFILE_ID,
// transaction_uuid: uuidv4(),
transaction_uuid: "6401be2b09c0e",
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="app">
<form
<!DOCTYPE html>
<html>
<head>
<title>Order #{{ $order->id }} Receipt</title>
</head>
<body style="font-family: 'Trebuchet MS', sans-serif; padding: 5px 0px;">
<center>
<table border="0" cellpadding="0" cellspacing="0" class="section" style="margin: 20px 0px;" width="600">
<tbody>