Skip to content

Instantly share code, notes, and snippets.

View latiosthinh's full-sized avatar
🥕
I may be slow to respond.

Thinh Nguyen latiosthinh

🥕
I may be slow to respond.
View GitHub Profile
@latiosthinh
latiosthinh / index.php
Created August 13, 2021 02:16 — forked from gayanhewa/index.php
Visa Checkout Sample
<html>
<head>
<script type="text/javascript">
function createCookie(name,value,days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days*24*60*60*1000));