wip
This commit is contained in:
@@ -8,6 +8,8 @@ interface PaymentProviderContract
|
||||
{
|
||||
public function sendRequest(): Response;
|
||||
|
||||
public function checkPayment(string $orderId): Response;
|
||||
|
||||
public function orderNumber(): int|string;
|
||||
|
||||
public function amount(): int|float|string;
|
||||
@@ -17,4 +19,8 @@ interface PaymentProviderContract
|
||||
public function returnUrl(): string;
|
||||
|
||||
public function username(): string;
|
||||
|
||||
public function setUsername(string $username): self;
|
||||
|
||||
public function setPassword(string $password): self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user