Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample App Audit #249

Merged

Conversation

anil-gangapersaud
Copy link
Contributor

@anil-gangapersaud anil-gangapersaud commented Jul 22, 2022

Audited the following endpoints:

  • POST /businessAccount/banks/sen (added currency field)
  • GET /businessAccount/banks/sen
  • GET /businessAccount/banks/sen/{id}
  • GET /businessAccount/banks/sen/{id}/instructions (removed currency field)
  • POST /businessAccount/payouts (added currency field)

@anil-gangapersaud anil-gangapersaud changed the title [BRAAV-10776] Sample App Audit Sample App Audit Jul 25, 2022
elizalucas
elizalucas previously approved these changes Jul 25, 2022
@@ -6,7 +6,6 @@
<v-text-field v-model="formData.amount" label="Amount" />

<v-select
v-if="formData.destinationType == 'sen'"
v-model="formData.currency"
:items="currencyTypes"
Copy link
Contributor

Choose a reason for hiding this comment

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

We have both EUR and USD here right?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes at line 83: currencyTypes = ['USD', 'EUR']

feirantonyhu
feirantonyhu previously approved these changes Jul 25, 2022
@timmy-circle timmy-circle merged commit 97a3e45 into circlefin:master Jul 25, 2022
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.

4 participants