mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Merge pull request #1367 from woocommerce/fix/PCP-1675-type_error_with_advanced_columns_pro
Type error with advanced columns pro
This commit is contained in:
commit
4e7efbddfe
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ class WCGatewayModule implements ModuleInterface {
|
|||
* @var OrderTablePaymentStatusColumn $payment_status_column
|
||||
*/
|
||||
$payment_status_column = $container->get( 'wcgateway.admin.orders-payment-status-column' );
|
||||
$payment_status_column->render( $column, intval( $wc_order_id ) );
|
||||
$payment_status_column->render( (string) $column, intval( $wc_order_id ) );
|
||||
},
|
||||
10,
|
||||
2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue