mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 19:48:52 +08:00
Fix PHPcs problems
This commit is contained in:
parent
f473748299
commit
25282aa6ec
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class CompatModule implements ModuleInterface {
|
|||
|
||||
add_action(
|
||||
'woocommerce_gzd_shipment_after_save',
|
||||
static function( Shipment $shipment ) use ( $endpoint, $logger, $status_map ) {
|
||||
static function( $shipment ) use ( $endpoint, $logger, $status_map ) {
|
||||
$gzd_shipment_status = $shipment->get_status();
|
||||
if ( ! array_key_exists( $gzd_shipment_status, $status_map ) ) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue