mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
export const paymentMethodsError = JSON.stringify({
|
|
errorCode: "901",
|
|
errorType: "security",
|
|
message: "Invalid Merchant Account",
|
|
status: 403,
|
|
});
|