mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-10 08:26:55 +08:00
Merge pull request #1850 from woocommerce/PCP-2282-pay-pal-package-tracking-goes-under-order-notes-instead-order-data-when-hpos-is-active
Display Package Tracking metabox below Order actions when HPOS is active (2282)
This commit is contained in:
commit
11bdfda8dd
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ class OrderTrackingModule implements ModuleInterface {
|
||||||
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
|
__( 'PayPal Package Tracking', 'woocommerce-paypal-payments' ),
|
||||||
array( $meta_box_renderer, 'render' ),
|
array( $meta_box_renderer, 'render' ),
|
||||||
$screen,
|
$screen,
|
||||||
'side'
|
'side',
|
||||||
|
'high'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
10,
|
10,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue