This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diagnostics: | |
1. cannot use se (variable of type *StripeEvent) as *WebhookEvent value in return statement: *StripeEvent does not implement *WebhookEvent (type *WebhookEvent is pointer to interface, not interface) [InvalidIfaceAssign] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evt_1OUaFUAV1CR9sKJKUdDxjN05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//import { createNextApiHandler } from "@trpc/server/adapters/next"; | |
import { nodeHTTPRequestHandler } from '@trpc/server/adapters/node-http'; | |
import { appRouter, createContext } from '@wildcard/alpha-v2/trpc'; | |
import { LoggingService } from '@wildcard-nde/utils-logging'; | |
import { TRPCError } from '@trpc/server'; | |
import { NextApiHandler, NextApiRequest, NextApiResponse } from 'next'; | |
import Cors from 'cors'; | |
// Initializing the cors middleware | |
// You can read more about the available options here: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GOOGLE_APPLICATION_CREDENTIALS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qa9hxCG0X1ReNdeZFKAm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
module.exports = { | |
preset: "ts-jest", | |
testEnvironment: "jsdom", | |
globals: { | |
"ts-jest": { | |
tsconfig: "tsconfig.json", | |
}, | |
}, | |
setupFilesAfterEnv: ["@testing-library/jest-dom/extend-expect"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(()=>{"use strict";!function(){var t,e,n,a,r,o="true"===window.localStorage.getItem("DEBUG"),c=u("partnerId",function(){var t=new URLSearchParams(window.location.search).get("partner");if(t)return t;return window.location.pathname.split("/").pop()||"unknown-partner"}()),i=u("clientRefId","".concat(c,":").concat(Math.random().toString(36).substring(2,15))),s=["reflection.app.link","reflection.test-app.link","buy.stripe.com","stripe.com"];function u(t,e){return m(t)||m(t,e)}function m(t,e){var n;return e&&(document.cookie="".concat(t,"=").concat(e,";path=/")),null===(n=document.cookie.split("; ").find((function(e){return e.startsWith("".concat(t,"="))})))||void 0===n?void 0:n.split("=")[1]}t=new URLSearchParams(window.location.search).get("utm_campaign"),e=new URLSearchParams(window.location.search).get("utm_content"),n=new URLSearchParams(window.location.search).get("utm_term"),a=new URLSearchParams(window.location.search).get("utm_source"),r=new URLSearchParams(window.location.search).get("utm_medium"),docume |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Component, Input } from '@angular/core'; | |
import { | |
moduleMetadata, | |
Story, | |
Meta, | |
componentWrapperDecorator, | |
} from '@storybook/angular'; | |
import { ActionGridComponent } from './action-grid.component'; | |
@Component({ |
NewerOlder