Skip to content

Commit ab9e798

Browse files
author
Robert Stires
committed
Correct id prefix for payment routing.
1 parent 5b8fc56 commit ab9e798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/endpoints/account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ endpoints:
606606
"usd": "120.00",
607607
}' \
608608
https://$api_root/$version/account/payments
609-
/account/payments/:id:
609+
/account/payments/$id:
610610
group: Payments
611611
type: Resource
612612
authenticated: true

0 commit comments

Comments
 (0)