mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Remove unused require
This commit is contained in:
parent
abf3a0e5d0
commit
4e0d30bb58
2 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace WooCommerce\PayPalCommerce\ApiClient\Exception;
|
namespace WooCommerce\PayPalCommerce\ApiClient\Exception;
|
||||||
|
|
||||||
use stdClass;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class PayPalApiException
|
* Class PayPalApiException
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -150,7 +150,7 @@ class RenewalHandler {
|
||||||
|
|
||||||
$wc_order->update_status(
|
$wc_order->update_status(
|
||||||
'failed',
|
'failed',
|
||||||
$error
|
$error
|
||||||
);
|
);
|
||||||
|
|
||||||
$error_message = sprintf(
|
$error_message = sprintf(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue