Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed Mar 12, 2024
1 parent afd6dad commit 1b1ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleApp/Views/ProductDetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ProductDetailViewController: BaseViewController {
}

@IBAction private func showModalCreditCardPayment(_ sender: Any) {
omiseSDK.presentCreditCardPayment(from: self, handleErrors: false, delegate: self)
omiseSDK.presentCreditCardPayment(from: self, delegate: self)
}

@IBAction private func showChoosePaymentMethods(_ sender: Any) {
Expand Down

0 comments on commit 1b1ee31

Please sign in to comment.