mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Merge branch 'trunk' into PCP-2172-order-failed-after-changing-shipping-options-on-apple-pay-window-product-page
This commit is contained in:
commit
d9a93a0cce
9 changed files with 321 additions and 27 deletions
|
@ -86,7 +86,7 @@ trait ContextTrait {
|
|||
return $context;
|
||||
}
|
||||
|
||||
if ( is_shop() ) {
|
||||
if ( is_shop() || is_product_category() ) {
|
||||
return 'shop';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue