mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-14 04:52:56 +00:00
62 - Refactoring Towards Duplication
This commit is contained in:
@@ -5,4 +5,6 @@ namespace App\Billing;
|
||||
interface PaymentGateway
|
||||
{
|
||||
public function charge($amount, $token);
|
||||
|
||||
public function getValidTestToken();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user