We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8fa7b commit 6ebf94bCopy full SHA for 6ebf94b
static/index.js
@@ -68,11 +68,11 @@ class Client {
68
}
69
70
createAccountPayee(account, payee) {
71
- return this.post(`/accounts/${account.id}/payments/zelle/payees`, {payee});
+ return this.post(`/accounts/${account.id}/payments/zelle/payees`, payee);
72
73
74
createAccountPayment(account, payment) {
75
- return this.post(`/accounts/${account.id}/payments/zelle`, {payment});
+ return this.post(`/accounts/${account.id}/payments/zelle`, payment);
76
77
78
get(path) {
0 commit comments