import { PaymentMethodCreatedHandler } from './payment-method-created.handler';

export const CardEventHandlers = [PaymentMethodCreatedHandler];
