@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Goodoneuz\PayUz\Http\Classes\Payme; |
| 3 | 3 | |
| 4 | -use Goodoneuz\PayUz\Models\Transaction; |
|
| 5 | -use Goodoneuz\PayUz\Models\PaymentSystem; |
|
| 6 | -use Goodoneuz\PayUz\Services\PaymentService; |
|
| 7 | -use Goodoneuz\PayUz\Http\Classes\DataFormat; |
|
| 8 | 4 | use Goodoneuz\PayUz\Http\Classes\BaseGateway; |
| 9 | -use Goodoneuz\PayUz\Models\PaymentSystemParam; |
|
| 5 | +use Goodoneuz\PayUz\Http\Classes\DataFormat; |
|
| 10 | 6 | use Goodoneuz\PayUz\Http\Classes\PaymentException; |
| 7 | +use Goodoneuz\PayUz\Models\PaymentSystem; |
|
| 8 | +use Goodoneuz\PayUz\Models\PaymentSystemParam; |
|
| 9 | +use Goodoneuz\PayUz\Models\Transaction; |
|
| 10 | +use Goodoneuz\PayUz\Services\PaymentService; |
|
| 11 | 11 | use Goodoneuz\PayUz\Services\PaymentSystemService; |
| 12 | 12 | |
| 13 | 13 | class Payme extends BaseGateway { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use App\Transaction; |
| 7 | 7 | use Goodoneuz\PayUz\Http\Classes\BaseGateway; |
| 8 | 8 | use Goodoneuz\PayUz\Http\Classes\Paycom\Format; |
| 9 | -use Goodoneuz\PayUz\Http\Classes\Paycom\Request; |
|
| 10 | 9 | use Goodoneuz\PayUz\Http\Classes\Uzcard\Merchant; |
| 11 | 10 | use Goodoneuz\PayUz\Http\Classes\Uzcard\WoywoException; |
| 12 | 11 | |