mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
/* tslint:disable */
|
|
export const paymentSessionError = JSON.stringify({
|
|
status: 422,
|
|
errorCode: "14_012",
|
|
message: "The provided SDK token could not be parsed.",
|
|
errorType: "validation",
|
|
}); |