mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #1841 from woocommerce/PCP-2312-fatal-error-with-woo-commerce-ship-station-integration-by-woo-commerce-4-3-9
Fix action callback arguments count in ShipStation tracking integration (2312)
This commit is contained in:
commit
42f995222d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class ShipStationIntegration implements Integration {
|
|||
}
|
||||
},
|
||||
500,
|
||||
1
|
||||
2
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue