feat: new xboard
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface PaymentInterface
|
||||
{
|
||||
public function form(): array;
|
||||
public function pay($order): array;
|
||||
public function notify($params);
|
||||
}
|
||||
Reference in New Issue
Block a user