mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
/**
|
|
* Internal dependencies
|
|
*/
|
|
import { merchants } from './pcp-merchants';
|
|
|
|
export const pcpConfigUsa = {
|
|
merchant: merchants.usa,
|
|
};
|