Skip to content

Instantly share code, notes, and snippets.

View mbmohib's full-sized avatar
🎯
Focusing

Mohammad Mohibbullah mbmohib

🎯
Focusing
View GitHub Profile
@mbmohib
mbmohib / .block
Last active November 20, 2019 07:56
Circle updating
license: mit
@mbmohib
mbmohib / .block
Created November 22, 2019 04:46
fresh block
license: mit
@mbmohib
mbmohib / .block
Last active November 22, 2019 04:47
question chart
license: mit
@mbmohib
mbmohib / ssl-commerz.ts
Last active May 7, 2024 06:09
SSL Commerz API Issues
// Init Order
async initOrder(
user: User,
transactionId: string,
price: number,
name: string,
) {
const data = {
total_amount: price,