migrate to gtea from bistbucket
This commit is contained in:
23
app/Library/SslCommerz/SslCommerzInterface.php
Normal file
23
app/Library/SslCommerz/SslCommerzInterface.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
namespace App\Library\SslCommerz;
|
||||
|
||||
interface SslCommerzInterface
|
||||
{
|
||||
public function makePayment(array $data);
|
||||
|
||||
public function orderValidate($requestData, $trxID, $amount, $currency);
|
||||
|
||||
public function setParams($data);
|
||||
|
||||
public function setRequiredInfo(array $data);
|
||||
|
||||
// public function setCustomerInfo(array $data);
|
||||
|
||||
// public function setShipmentInfo(array $data);
|
||||
|
||||
// public function setProductInfo(array $data);
|
||||
|
||||
// public function setAdditionalInfo(array $data);
|
||||
|
||||
public function callToApi($data, $header = [], $setLocalhost = false);
|
||||
}
|
||||
Reference in New Issue
Block a user