Skip to content

Commit

Permalink
[Techdebt] ci cd refactor (#132)
Browse files Browse the repository at this point in the history
* Removed flaky tests

* build bump

* build bump

* removed unused file

- build bump

* build bump
  • Loading branch information
kcw-grunt committed Dec 6, 2022
1 parent 1e33ad4 commit 77d1be0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions loafwallet/PartnerData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ struct Partner {

let bitrefill = Partner(logo: UIImage(named: "bitrefillLogo")!, headerTitle: S.BuyCenter.Cells.bitrefillTitle, details: S.BuyCenter.Cells.bitrefillFinancialDetails)
let moonpay = Partner(logo: UIImage(named: "moonpay-logo")!, headerTitle: S.BuyCenter.Cells.moonpayTitle, details: S.BuyCenter.Cells.moonpayFinancialDetails)
let simplex = Partner(logo: UIImage(named: "simplexLogo")!, headerTitle: S.BuyCenter.Cells.simplexTitle, details: S.BuyCenter.Cells.simplexFinancialDetails)

let simplex = Partner(logo: UIImage(named: "simplexLogo")!, headerTitle: S.BuyCenter.Cells.simplexTitle, details: S.BuyCenter.Cells.simplexFinancialDetails)
return [bitrefill, moonpay, simplex]
}
}
}

0 comments on commit 77d1be0

Please sign in to comment.