Skip to content

Commit

Permalink
Add no shipping post campaign VC to payment methods assert (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosli authored and jovaluna committed Oct 1, 2024
1 parent 36037ca commit ce7875a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ final class PledgePaymentMethodsViewController: UIViewController {
assert(
topViewController is PledgeViewController ||
topViewController is NoShippingPledgeViewController ||
topViewController is PostCampaignCheckoutViewController,
topViewController is PostCampaignCheckoutViewController ||
topViewController is NoShippingPostCampaignCheckoutViewController,
"PledgePaymentMethodsViewController is only intended to be presented as part of a pledge flow."
)

Expand Down

0 comments on commit ce7875a

Please # to comment.