From 4358eda42d11fa4b5e001e3137eafee65ac6b830 Mon Sep 17 00:00:00 2001 From: saeedbashir Date: Thu, 13 Apr 2023 11:24:39 +0500 Subject: [PATCH] chore: disable price fetching because on this version its not needed --- Source/ValuePropComponentView.swift | 2 +- Source/ValuePropDetailViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ValuePropComponentView.swift b/Source/ValuePropComponentView.swift index fee615ec7d..5b2935b888 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 6e89b8ed1e..6ca69be0f9 100644 --- a/Source/ValuePropDetailViewController.swift +++ b/Source/ValuePropDetailViewController.swift @@ -98,7 +98,7 @@ class ValuePropDetailViewController: UIViewController, InterfaceOrientationOverr addObserver() configureView() - fetchCoursePrice() +// fetchCoursePrice() } private func fetchCoursePrice() {