phonepe #40

Merged
allentj merged 9 commits from phonepe into dev 2025-05-20 10:59:08 +00:00
2 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,7 @@
{
"source": "functions",
"codebase": "default",
"timeoutSeconds": 540,
"ignore": [
"node_modules",
".git",

View File

@ -6,6 +6,3 @@ export { processNotificationOnCreate } from './notifications';
export * from './payments';
export { getPlaceDetails, getPlacesAutocomplete } from './places';
export { registerClient } from './clientRegistration';
import { setGlobalOptions } from "firebase-functions/v2";
setGlobalOptions({ timeoutSeconds: 400 });