mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
16 lines
493 B
JavaScript
16 lines
493 B
JavaScript
import api_key_body from "./api_key.json";
|
|
import business_profile_body from "./business_profile.json";
|
|
import merchant_account_body from "./merchant_account.json";
|
|
import merchant_connector_account_body from "./merchant_connector_account.json";
|
|
import organization_body from "./organization.json";
|
|
import routing_body from "./routing.json";
|
|
|
|
export {
|
|
api_key_body,
|
|
business_profile_body,
|
|
merchant_account_body,
|
|
merchant_connector_account_body,
|
|
organization_body,
|
|
routing_body,
|
|
};
|