/**
 * Copyright IBM Corp. 2024, 2025
 */
export const gatewayEnv = [
  {
    'PaymentAPI:1.0.1': ['https://localhost:3000/'],
  },
];

export const multiGatewayEnv = [
  {
    'PaymentAPI:1.0.1': ['https://localhost:3000/', 'https://localhost:2000/'],
  },
];

export const multiGatewayAPIEnv = [
  {
    'PaymentAPI:1.0.1': ['https://localhost:3000/', 'https://localhost:2000/'],
    'PaymentAPI:1.0.2': ['https://localhost:4000/api', 'localhost:4000/api2'],
  },
];
