mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix ApplePay product page variants
This commit is contained in:
parent
3d293058fb
commit
889df4d88c
3 changed files with 14 additions and 15 deletions
|
@ -78,7 +78,7 @@ class CartProductsHelper {
|
|||
return null;
|
||||
}
|
||||
foreach ( $data['products'] as $product ) {
|
||||
$product = $this->products_from_data( $product );
|
||||
$product = $this->product_from_data( $product );
|
||||
if ( $product ) {
|
||||
$products[] = $product;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue