Skip to content

Commit 3fea84d

Browse files
committed
fix: use prod payment url
1 parent 09cb73f commit 3fea84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const paymentServiceUrl =
2-
import.meta.env.PROD === false
2+
import.meta.env.PROD === true
33
? "https://payment.ardrive.io"
44
: "http://localhost:3000";
55
export const termsOfServiceUrl = "https://ardrive.io/tos-and-privacy/";

0 commit comments

Comments
 (0)