Skip to content

Commit

Permalink
test postman change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Aug 17, 2023
1 parent 2ad920e commit d82abca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postman/collections/Interledger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@
{
"listen": "test",
"script": {
"id": "bc216806-9057-45d5-b74f-86610d430b6d",
"id": "e5dc9dc8-6997-4ec6-897d-c09b40fad517",
"exec": [
"const body = pm.response.json();",
"",
Expand All @@ -2863,7 +2863,7 @@
"mode": "graphql",
"graphql": {
"query": "mutation CreateReceiver($input: CreateReceiverInput!) {\n createReceiver(input: $input) {\n code\n message\n receiver {\n completed\n createdAt\n expiresAt\n metadata\n id\n incomingAmount {\n assetCode\n assetScale\n value\n }\n paymentPointerUrl\n receivedAmount {\n assetCode\n assetScale\n value\n }\n updatedAt\n }\n success\n }\n}",
"variables": "{\n \"input\": {\n \"metadata\": {\n \"description\": \"cross-currency\"\n },\n \"incomingAmount\": {\n \"assetCode\": \"EUR\",\n \"assetScale\": 2,\n \"value\": 500\n },\n \"paymentPointerUrl\": \"https://happy-life-bank-backend/accounts/lars\"\n }\n}"
"variables": "{\n \"input\": {\n \"metadata\": {\n \"description\": \"cross-currency test\"\n },\n \"incomingAmount\": {\n \"assetCode\": \"USD\",\n \"assetScale\": 2,\n \"value\": 500\n },\n \"paymentPointerUrl\": \"https://happy-life-bank-backend/accounts/pfry\"\n }\n}"
}
},
"url": {
Expand Down

0 comments on commit d82abca

Please sign in to comment.