diff --git a/Source/ValuePropComponentView.swift b/Source/ValuePropComponentView.swift index fee615ec7..5b2935b88 100644 --- a/Source/ValuePropComponentView.swift +++ b/Source/ValuePropComponentView.swift @@ -101,7 +101,7 @@ class ValuePropComponentView: UIView { container.addShadow(offset: CGSize(width: 0, height: 2), color: OEXStyles.shared().primaryDarkColor(), radius: 2, opacity: 0.35, cornerRadius: 5) - fetchCoursePrice() +// fetchCoursePrice() } private func setupViews() { diff --git a/Source/ValuePropDetailViewController.swift b/Source/ValuePropDetailViewController.swift index 6e89b8ed1..6ca69be0f 100644 --- a/Source/ValuePropDetailViewController.swift +++ b/Source/ValuePropDetailViewController.swift @@ -98,7 +98,7 @@ class ValuePropDetailViewController: UIViewController, InterfaceOrientationOverr addObserver() configureView() - fetchCoursePrice() +// fetchCoursePrice() } private func fetchCoursePrice() {