initial commit
This commit is contained in:
12
app/Services/Payment/PaymentInterface.php
Normal file
12
app/Services/Payment/PaymentInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Payment;
|
||||
|
||||
interface PaymentInterface
|
||||
{
|
||||
|
||||
public function makePayment($data);
|
||||
|
||||
public function prepareData($data);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user