code format

This commit is contained in:
Edward Yang 2023-07-20 10:13:07 +08:00
parent 47a6ea5297
commit a3d35f6f09
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ namespace Plugin\Stripe\Services;
use Beike\Shop\Services\PaymentService; use Beike\Shop\Services\PaymentService;
use Stripe\Exception\ApiErrorException; use Stripe\Exception\ApiErrorException;
use Stripe\Stripe; use Stripe\Stripe;
use Stripe\Token;
class StripePaymentService extends PaymentService class StripePaymentService extends PaymentService
{ {