Include numeric shipping cost in ShippingOptions

This commit is contained in:
Philipp Stracker 2024-08-13 15:10:42 +02:00
parent 0b7a91fa35
commit b380350a75
No known key found for this signature in database

View file

@ -146,6 +146,7 @@ class UpdatePaymentDataEndpoint {
wc_price( (float) $rate->get_cost(), array( 'currency' => get_woocommerce_currency() ) )
)
),
'cost' => $rate->get_cost(),
);
}