mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix typo
This commit is contained in:
parent
5de360c869
commit
503a067f69
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class ApproveOrderEndpoint implements EndpointInterface {
|
||||||
wp_send_json_success( $order );
|
wp_send_json_success( $order );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $this->order_helper->contains_physical_goods( $order ) && ! $order->status()->is( OrderStatus::APPROVED ) && ! $order->status()->is( OrderStatus::CREATED ) {
|
if ( $this->order_helper->contains_physical_goods( $order ) && ! $order->status()->is( OrderStatus::APPROVED ) && ! $order->status()->is( OrderStatus::CREATED ) ) {
|
||||||
$message = sprintf(
|
$message = sprintf(
|
||||||
// translators: %s is the id of the order.
|
// translators: %s is the id of the order.
|
||||||
__( 'Order %s is not ready for processing yet.', 'woocommerce-paypal-payments' ),
|
__( 'Order %s is not ready for processing yet.', 'woocommerce-paypal-payments' ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue