Skip to content

Commit

Permalink
fix(GiniHealthSDKExample): Show close button on the Payment Review Sc…
Browse files Browse the repository at this point in the history
…reen

IPC-153
  • Loading branch information
a-szotyori committed Mar 6, 2024
1 parent 999fd72 commit 32432ef
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,14 @@ final class AppCoordinator: Coordinator {
}

fileprivate func showInvoicesList() {
let configuration = GiniHealthConfiguration()

// Show the close button to dismiss the payment review screen
configuration.showPaymentReviewCloseButton = true
configuration.paymentReviewStatusBarStyle = .lightContent

health.setConfiguration(configuration)

let invoicesListCoordinator = InvoicesListCoordinator()
let paymentComponentsController = PaymentComponentsController(giniHealth: health)
invoicesListCoordinator.start(documentService: health.documentService,
Expand Down

0 comments on commit 32432ef

Please sign in to comment.