Skip to content

Instantly share code, notes, and snippets.

View omidgfx's full-sized avatar
💭
I may be slow to respond.

Pejman Chatrrouz omidgfx

💭
I may be slow to respond.
View GitHub Profile
export function useToast(defaultPosition = 'bottomStart') {
const s = useSnackbar();
const pos = (vertical, horizontal) => ({vertical, horizontal});
const allPlaces = {
topStart : pos('top', 'left'),
topCenter : pos('top', 'center'),
topEnd : pos('top', 'right'),
bottomStart : pos('bottom', 'left'),
bottomCenter: pos('bottom', 'center'),
bottomEnd : pos('bottom', 'right'),
@omidgfx
omidgfx / README (Payir Gateway Composser Library).md
Created September 29, 2019 09:09
Payir Gateway Composer Library Example (PHP)

مثال زیر نمونه‌ی پیاده‌سازی شده‌ی درگاه پرداخت پِی‌آی‌آر توسط کتابخانه‌ی کامپوزر می‌باشد و بدون درنظر گرفتن مسائل امنیتی و پرهیز از تراکنشهای تکراری در نظر گرفته شده است. لطفاً در پیاده سازی درگاه در پروژه‌ی خود، نکات امنیتی را رعایت فرمائید.