Skip to content

Commit

Permalink
fix delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
virginiacook committed Dec 6, 2023
1 parent 4b7d744 commit 24318a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ class PaymentSheetViewController: UIViewController {
}
}
} else {
// VBC TODO: call delegate
self.paymentOption = paymentOption
delegate?.paymentSheetViewControllerDidTapBuy(self)
}
}
}
Expand Down

0 comments on commit 24318a5

Please sign in to comment.