Skip to content

Instantly share code, notes, and snippets.

@walkline
Last active September 6, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walkline/1a775ab3fa76074cfa08c72147bf4bea to your computer and use it in GitHub Desktop.
Save walkline/1a775ab3fa76074cfa08c72147bf4bea to your computer and use it in GitHub Desktop.

TASK PLAT-1396

https://travis-ci.org/fitpay/fitpay-ios-sdk

Setting environment variables from repository settings
$ export FITPAY_SDK_CLIENT_ID=[secure]
$ export FITPAY_SDK_CLIENT_SECRET=[secure]
$ export FITPAY_SDK_API_BASE_URL=[secure]
$ export FITPAY_SDK_AUTHORIZE_BASE_URL=[secure]
"user creation url: https://demo-qa.pagare.me/api/users"
"user creation json: [\"encryptedData\": \"ey....vYPMDB90T1zs.BylKnKw7uI7h-fv7Pb2Ejw\", \"client_id\": \"pagare\"]"

https://github.com/fitpay/fitpay-ios-sdk/blob/develop/FitpaySDKTests/RestClientTests.swift#L8

class RestClientTests: XCTestCase
{
    var clientId = "fp_webapp_pJkVp2Rl"
    let redirectUri = "https://webapp.fit-pay.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment