Skip to content

Commit e7f49a0

Browse files
authored
Merge pull request #3 from CyberSource/surabhiverma4-patch-1
Refactor capture context section in README
2 parents 312e4c4 + c71d681 commit e7f49a0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ Please initialize environment to use and merchant details before creating captur
3030
```
3131

3232
### Create capture context
33-
Please refer sample application which demonstrates creation of Capture context
34-
[Sample App](https://github.com/CyberSource/flex-v2-ios-sample)
3533

36-
```swift
37-
let captureContext = createCaptureContext()
38-
```
39-
Create capture context uses HTTP Signature Authentication, please refer sample application to know how to create HTTP Signature and digest. For more information refer [HTTP Signature Authentication](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/httpSignatureAuthentication.html)
34+
Create capture context uses HTTP Signature Authentication. For more information refer [HTTP Signature Authentication](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/httpSignatureAuthentication.html)
4035

4136
### Initialize the SDK and create transient token using capture context
4237
```swift
@@ -82,6 +77,3 @@ Your server constructs a transaction request using the [Cybersource API](https:/
8277
}
8378
}
8479
```
85-
## Sample Application
86-
We have a sample application which demonstrates the SDK usage:
87-
[Sample App](https://github.com/CyberSource/flex-v2-ios-sample)

0 commit comments

Comments
 (0)