Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OceanLabs/iOS-Print-SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dbotha committed Aug 13, 2014
2 parents 6e35983 + 20641f4 commit 5b3aa09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use print to unlock hidden revenue streams and add value for your users. *In und

## Features
- Print a wide variety of [products](#products) on demand
- Dynamic control over the pricing of products in you app pricing using our web [Developer Dashboard](https://www.kite.ly)
- Dynamic control over the pricing of products in your app pricing using our web [Developer Dashboard](https://www.kite.ly)
- Revenue & order volume analytics available in the web dashboard
- Review, refund or reprint any order within the web dashboard
- Localized currency support
Expand Down
6 changes: 3 additions & 3 deletions docs/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Sample Code

The Sandbox print environment (`kOLPSPrintSDKEnvironmentSandbox`) validates order proof of payments against the Sandbox PayPal environment. The Live print environment (`kOLPSPrintSDKEnvironmentLive`) validates order proof of payments against the Live PayPal Environment.
`[OLPSPrintSDK paypalClientId]` & `[OLPSPrintSDK paypalReceiverEmail]` will always return the correct PayPal values for the environment you supplied to `OLPSPrintSDK setAPIKey:withEnvironment:`.
`[OLKitePrintSDK paypalClientId]` & `[OLKitePrintSDK paypalReceiverEmail]` will always return the correct PayPal values for the environment you supplied to `OLPSPrintSDK setAPIKey:withEnvironment:`.

```obj-c
NSString *paypalClientId = [OLPSPrintSDK paypalClientId];
NSString *paypalReceiverEmail = [OLPSPrintSDK paypalReceiverEmail];
NSString *paypalClientId = [OLKitePrintSDK paypalClientId];
NSString *paypalReceiverEmail = [OLKitePrintSDK paypalReceiverEmail];
```

- Capture the users card details with your own UI and use `OLPayPalCard` to process the payment
Expand Down

0 comments on commit 5b3aa09

Please sign in to comment.