Skip to content

Commit 166e400

Browse files
committed
Add isSaved and name attributes to payout_method_data in ProxyCollective model
1 parent cc8aa13 commit 166e400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/proxy_collective.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def set_payout_method
122122

123123
payout_method_data = {
124124
type: "OTHER",
125+
isSaved: true,
126+
name: platform,
125127
data: {
126128
content: name,
127129
currency: "USD",

0 commit comments

Comments
 (0)