Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muthuswamyopn authored May 16, 2024
1 parent 3aa7b28 commit 8a86de4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@ let threeDSUICustomization = ThreeDSUICustomization(toolbarCustomization: toolba

You can check out the [ThreeDSUICustomization](./OmiseSDK/Sources/3DS/UICustomization/ThreeDSUICustomization.swift) class to see customizable UI elements in the challenge flow.

After the end-user completes the payment authorization process, the delegate
callback will be triggered, and you will receive different responses based on how the transaction was processed
and which flow it used. Handle it in this manner:
After the end-user completes the payment authorization process, the delegate callback will be triggered, and you will receive varying responses based on how the transaction was processed and the flow it used. Handle it as follows:

```swift
extension ViewController: AuthorizingPaymentDelegate {
Expand Down

0 comments on commit 8a86de4

Please sign in to comment.