|
@@ -5,7 +5,6 @@ |
|
|
block discarded – undo |
|
5
|
5
|
use App\Containers\Payments\Contracts\Chargeable; |
|
6
|
6
|
use App\Containers\Payments\Exceptions\ObjectNonChargeableException; |
|
7
|
7
|
use App\Containers\Payments\Exceptions\PaymentMethodNotFoundException; |
|
8
|
|
-use App\Containers\Payments\Exceptions\UserNotSetInThePaymentTaskException; |
|
9
|
8
|
use App\Containers\Paypal\Tasks\ChargeWithPaypalTask; |
|
10
|
9
|
use App\Containers\Stripe\Tasks\ChargeWithStripeTask; |
|
11
|
10
|
use App\Containers\User\Models\User; |
Please login to merge, or discard this patch.