Skip to content

Commit

Permalink
US studios must definitely use the full agreement (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Jul 6, 2023
1 parent fe50f31 commit be8800f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/banchan/studios/studios.ex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,14 @@ defmodule Banchan.Studios do
country: to_string(country),
settings: %{payouts: %{schedule: %{interval: "manual"}}},
capabilities: %{transfers: %{requested: true}},
tos_acceptance: %{service_agreement: "recipient"},
tos_acceptance: %{
service_agreement:
if country == :US do
"full"
else
"recipient"
end
},
business_profile: %{
# Commercial Photograpy, Art, and Graphics
mcc: "7333",
Expand Down

0 comments on commit be8800f

Please sign in to comment.