Skip to content

upfate min code, fix links in readme#7

Open
flor-master wants to merge 1 commit into
vgs-samples:masterfrom
flor-master:user-test-fix-after-feedback
Open

upfate min code, fix links in readme#7
flor-master wants to merge 1 commit into
vgs-samples:masterfrom
flor-master:user-test-fix-after-feedback

Conversation

@flor-master

Copy link
Copy Markdown
Collaborator
  • Fix request via forwarding proxy
  • Update output infromation in terminal
  • update links in readme

Comment thread app.py
'https://' + PAYMENT_ORCH_APP_DOMAIN + '/financial_instruments',
headers = headers,
proxies = {
'https': 'https://' + CUSTOMER_VAULT_ACCESS_CREDS_USERNAME + ':' + CUSTOMER_VAULT_ACCESS_CREDS_SECRET + '@' + CUSTOMER_VAULT_ID + '.sandbox.verygoodproxy.com:8443',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably use string interpolation for cleaner code

@markoburda-vgs markoburda-vgs left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have some minor spacing problems (PEP8). The quickest fix is just using a opt+cmd+L hotkey in Pycharm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants