Skip to content

Commit 39566e7

Browse files
authored
Merge pull request #4 from rjstires/bug-2800
Correct ID prefix for payment routing.
2 parents 25b6b53 + ab9e798 commit 39566e7

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)