Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: disable price fetching because on this version its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Apr 13, 2023
1 parent a83074d commit 4358eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ValuePropComponentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion Source/ValuePropDetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ValuePropDetailViewController: UIViewController, InterfaceOrientationOverr

addObserver()
configureView()
fetchCoursePrice()
// fetchCoursePrice()
}

private func fetchCoursePrice() {
Expand Down

0 comments on commit 4358eda

Please sign in to comment.