From 9ad77756aad8cff37bcc911874f38835e02f9e87 Mon Sep 17 00:00:00 2001 From: griest024 Date: Wed, 8 Nov 2023 20:33:50 -0500 Subject: [PATCH] feat(customer-payment-authorizenet): export all card type transforms (#2592) --- .../driver/magento/src/transforms/responses/public_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/customer-payment-authorizenet/driver/magento/src/transforms/responses/public_api.ts b/libs/customer-payment-authorizenet/driver/magento/src/transforms/responses/public_api.ts index bc1a72ffef..b9da237a2d 100644 --- a/libs/customer-payment-authorizenet/driver/magento/src/transforms/responses/public_api.ts +++ b/libs/customer-payment-authorizenet/driver/magento/src/transforms/responses/public_api.ts @@ -1,2 +1,2 @@ export { magentoCustomerPaymentAuthorizeNetTransform } from './customer-payment'; -export { magentoCustomerPaymentAuthorizeNetCardTypeTransform } from './card-type'; +export * from './card-type';