rental prices

This commit is contained in:
2025-10-07 16:26:47 -07:00
parent bccd7131cf
commit 29791dc340

View File

@@ -41,8 +41,8 @@ class WooCommerceBeforeAddToCartButtonAction extends RadAction
if ($name === "Rental Rate (Monthly)") {
$rentalRates["monthly"] = $attribute->get_options();
}
print_r($rentalRates);
}
print_r($rentalRates);
echo "<p>yay!</p>";
}
}