mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-12 12:03:41 +00:00
65 - Extracting a Contract Test
This commit is contained in:
@@ -35,7 +35,7 @@ class FakePaymentGateway implements PaymentGateway
|
||||
{
|
||||
$chargesFrom = $this->charges->count();
|
||||
$callback($this);
|
||||
return $this->charges->slice($chargesFrom)->values();
|
||||
return $this->charges->slice($chargesFrom)->reverse()->values();
|
||||
}
|
||||
|
||||
public function totalCharges()
|
||||
|
||||
Reference in New Issue
Block a user