mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-14 17:53:12 +00:00
2.4 - Faking the Payment Gateway
This commit is contained in:
8
app/Billing/PaymentGateway.php
Normal file
8
app/Billing/PaymentGateway.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Billing;
|
||||
|
||||
interface PaymentGateway
|
||||
{
|
||||
public function charge($amount, $token);
|
||||
}
|
||||
Reference in New Issue
Block a user