Skip to content

adding basic receiver vasp methods #205

New issue

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

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

Already on GitHub? # to your account

Merged
merged 4 commits into from
Sep 17, 2024

Conversation

matthappens
Copy link
Contributor

@matthappens matthappens commented Sep 9, 2024

Receiver Vasp

This PR adds an endpoint to create an invoice, and an endpoint to create invoice + send to another uma address

Testing

run a receiver vasp on port 8080, and a sender vasp on 8081

to create an invoice
curl -u <username>:<password> -X POST "http://localhost:8080/api/uma/create_invoice?amount=100&currencyCode=USD"

to create and send an invoice to another uma
curl -u <username>:<password> -X POST "http://localhost:8080/api/uma/create_and_send_invoice/?amount=100&currencyCode=USD&senderUma=<sender uma>"

Copy link
Contributor Author

matthappens commented Sep 9, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @matthappens and the rest of your teammates on Graphite Graphite

@matthappens matthappens marked this pull request as ready for review September 9, 2024 22:09
@matthappens matthappens force-pushed the mrdavis/receiver-vasp-kotlin-demo branch from 02027d8 to 43e5dd0 Compare September 9, 2024 22:32
@matthappens matthappens force-pushed the 09-03-adding_sending___receiving_vasp_methods_for_demo branch from e71c36c to 9817cd7 Compare September 11, 2024 00:10
@matthappens matthappens force-pushed the mrdavis/receiver-vasp-kotlin-demo branch from 0bbc34e to a64fa2c Compare September 11, 2024 00:10
@matthappens matthappens changed the base branch from 09-03-adding_sending___receiving_vasp_methods_for_demo to graphite-base/205 September 11, 2024 00:12
@matthappens matthappens force-pushed the mrdavis/receiver-vasp-kotlin-demo branch from a64fa2c to 8d559f9 Compare September 11, 2024 00:13
@matthappens matthappens changed the base branch from graphite-base/205 to develop September 11, 2024 00:13
@matthappens matthappens force-pushed the mrdavis/receiver-vasp-kotlin-demo branch 2 times, most recently from b5de722 to e6e92e8 Compare September 11, 2024 00:27
@matthappens matthappens merged commit e17598e into develop Sep 17, 2024
1 check passed
@matthappens matthappens deleted the mrdavis/receiver-vasp-kotlin-demo branch September 17, 2024 22:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants