Skip to content

Commit 9a9ff80

Browse files
committed
pass the org name and not the request name as the "site.name" value
1 parent 44418a4 commit 9a9ff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const requestData = ({request, shipping, billing}) => {
177177
proposed_deadline_str: request.proposedDeadline,
178178
site: {
179179
billing_same_as_shipping: request.billingSameAsShipping,
180-
name: request.name,
180+
name: process.env.NEXT_PUBLIC_PROVIDER_NAME,
181181
},
182182
shipping_address_attributes: {
183183
city: shipping.city,

0 commit comments

Comments
 (0)