Skip to content

Commit

Permalink
Fix Python format (airbyte-ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerardopine committed Feb 17, 2024
1 parent 9b8276d commit 85e5080
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#
# NOTE: This is version does not work for CREATE PAYMENT as the HEADER requires data I can't get
#
# Ypu may need to add a security context, but you need the proper set of permissions in your account to be able to send this context
#security_context = '{"actor":{"account_number":"<ACCOUNT_ID>","party_id":"<PARTY_ID>","auth_claims":["AUTHORIZATION_CODE"],"auth_state":"ANONYMOUS","client_id":"zf3..4BQ0T9aw-ngFr9dm....Zx9D-Lf4"},"auth_token":"<YOUR_TOKEN>","auth_token_type":"ACCESS_TOKEN","last_validated":1393560555,"scopes":["https://api-m.sandbox.paypal.com/v1/payments/.*","https://api-m.sandbox.paypal.com/v1/vault/credit-card/.*","openid","https://uri.paypal.com/services/payments/futurepayments","https://api-m.sandbox.paypal.com/v1/vault/credit-card","https://api-m.sandbox.paypal.com/v1/payments/.*"],"subjects":[{"subject":{"account_number":"<ACCOUNT_ID>","party_id":"<PARTY_ID>","auth_claims":["PASSWORD"],"auth_state":"LOGGEDIN"}}]}'
# You may need to add a security context, but you need the proper set of permissions in your account to be able to send this context
# security_context = '{"actor":{"account_number":"<ACCOUNT_ID>","party_id":"<PARTY_ID>","auth_claims":["AUTHORIZATION_CODE"],"auth_state":"ANONYMOUS","client_id":"zf3..4BQ0T9aw-ngFr9dm....Zx9D-Lf4"},"auth_token":"<YOUR_TOKEN>","auth_token_type":"ACCESS_TOKEN","last_validated":1393560555,"scopes":["https://api-m.sandbox.paypal.com/v1/payments/.*","https://api-m.sandbox.paypal.com/v1/vault/credit-card/.*","openid","https://uri.paypal.com/services/payments/futurepayments","https://api-m.sandbox.paypal.com/v1/vault/credit-card","https://api-m.sandbox.paypal.com/v1/payments/.*"],"subjects":[{"subject":{"account_number":"<ACCOUNT_ID>","party_id":"<PARTY_ID>","auth_claims":["PASSWORD"],"auth_state":"LOGGEDIN"}}]}'


import base64
Expand Down

0 comments on commit 85e5080

Please sign in to comment.