mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-13 14:52:57 +00:00
163 - Total Charges for a Specific Account
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App\Billing;
|
||||
|
||||
interface PaymentGateway
|
||||
{
|
||||
public function charge($amount, $token);
|
||||
public function charge($amount, $token, $destinationAccountId);
|
||||
|
||||
public function getValidTestToken();
|
||||
public function newChargesDuring($callback);
|
||||
|
||||
Reference in New Issue
Block a user