If an offer is active for the user, show the discounted price (and a struck-out original price) on upgrade buttons in the course sock and outline sidebar. Also show the discount code and price in the course exit upgrade screen.
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
import FormattedPricing from './FormattedPricing';
|
|
import UpgradeButton from './UpgradeButton';
|
|
|
|
export {
|
|
FormattedPricing,
|
|
UpgradeButton,
|
|
};
|