continue subscriptions and coins
This commit is contained in:
@@ -29,6 +29,7 @@ import CreateLyricsHeader from "../Writing/components/CreateLyricsHeader";
|
||||
const { width: windowWidth } = Dimensions.get("window");
|
||||
const MUSIC_GENERATION_COIN_COST = 8;
|
||||
const CONFIRM_MODAL_MAX_WIDTH = 540;
|
||||
const FUNCTIONS_REGION = "europe-west1";
|
||||
|
||||
const ComposeSong = () => {
|
||||
const scrollRef = useRef(null);
|
||||
@@ -199,7 +200,7 @@ const ComposeSong = () => {
|
||||
}
|
||||
|
||||
try {
|
||||
const functionsClient = getFunctionsClient();
|
||||
const functionsClient = getFunctionsClient(FUNCTIONS_REGION);
|
||||
const createSongOrder =
|
||||
functionsClient.httpsCallable("orders-createSongOrder");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user