Add a tabby payment gateway in codeignitor 3
{
"amount": "string",
"currency": "AED",
"description": "string",
"buyer":
{
"phone": "string",
"email": "[email protected]",
"name": "string",
"dob": "2019-08-24"
},
"shipping_address":
{
"city": "string",
"address": "string",
"zip": "string"
}