Skip to content

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
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