Skip to content

Instantly share code, notes, and snippets.

View WajuAbolarin's full-sized avatar
🏠
Working from home

Waju WajuAbolarin

🏠
Working from home
View GitHub Profile
@WajuAbolarin
WajuAbolarin / pay.vue
Created March 31, 2020 19:38
Paystack Nuxt
<template>
<div class="page">
<form id="paystack-card-form">
<input type="text" data-paystack="number" />
<input type="text" data-paystack="cvv" />
<input type="text" data-paystack="expiryMonth" />
<input type="text" data-paystack="expiryYear" />
<button type="submit" data-paystack="submit">Submit</button>
</form>
</div>
@WajuAbolarin
WajuAbolarin / pay.vue
Created March 31, 2020 19:38
Paystack Nuxt
<template>
<div class="page">
<form id="paystack-card-form">
<input type="text" data-paystack="number" />
<input type="text" data-paystack="cvv" />
<input type="text" data-paystack="expiryMonth" />
<input type="text" data-paystack="expiryYear" />
<button type="submit" data-paystack="submit">Submit</button>
</form>
</div>