Skip to content

Commit

Permalink
stopped parsing unused zuora catalog fields and simplified test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvighi committed Aug 21, 2018
1 parent a8b52cd commit ab1872d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3,157 deletions.
Expand Up @@ -22,7 +22,6 @@ object ZuoraCatalogWireModel {
}

case class RateplanCharge(
id: String,
pricing: List[Price]
)

Expand Down Expand Up @@ -60,8 +59,6 @@ object ZuoraCatalogWireModel {

case class Product(
id: String,
name: String,
ProductType__c: Option[String],
productRatePlans: List[Rateplan]
)

Expand Down

0 comments on commit ab1872d

Please sign in to comment.