Skip to content

Instantly share code, notes, and snippets.

View nazan's full-sized avatar

Hussain Nazan Naeem nazan

  • Allied Insurance Pvt. Ltd.
  • Male', Maldives
View GitHub Profile
@nazan
nazan / notebook.md
Last active October 24, 2017 08:34 — forked from nyyshaa/notebook.md
Service Provider Portal
site apiNotebookVersion title
http://localhost:3000/#dff684e58836a21804452a939db78519
1.3.0
Service Provider Portal

Create Service Provider Portal client. This client will be used to explore the API

API.createClient("spPortal", "https://hiis-staging.allied.mv/docs/api.raml", {
@nazan
nazan / bml_gateway_redirector_sample.php
Created July 21, 2018 13:30
BML Payment Gateway How To
<?php
require_once __DIR__.'/vendor/autoload.php';
use aharen\Pay\Gateway;
use aharen\Pay\Exceptions\SignatureMissmatchException;