Skip to content

Commit

Permalink
Merge pull request #104 from TransbankDevelopers/feat/remove-webpay-m…
Browse files Browse the repository at this point in the history
…odal

feat: remove webpay modal
  • Loading branch information
mvarlic authored Aug 29, 2024
2 parents 4e8618e + c9fc0f0 commit 2f720be
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 165 deletions.
3 changes: 1 addition & 2 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { default as WebpayPlus } from './transbank/webpay/webpay_plus';
export { default as WebpayPlusModal } from './transbank/webpay/modal';
export { default as Oneclick } from './transbank/webpay/oneclick';
export { default as TransaccionCompleta } from './transbank/webpay/transaccion_completa';
export { default as PatpassComercio } from './transbank/patpass';
Expand All @@ -9,4 +8,4 @@ export { default as CommitDetail } from './transbank/webpay/transaccion_completa
export { default as Options } from './transbank/common/options';
export { default as Environment } from './transbank/webpay/common/environment';
export { default as IntegrationApiKeys } from './transbank/common/integration_api_keys';
export { default as IntegrationCommerceCodes } from './transbank/common/integration_commerce_codes';
export { default as IntegrationCommerceCodes } from './transbank/common/integration_commerce_codes';
55 changes: 0 additions & 55 deletions lib/transbank/webpay/modal/index.ts

This file was deleted.

5 changes: 0 additions & 5 deletions lib/transbank/webpay/modal/requests/index.ts

This file was deleted.

26 changes: 0 additions & 26 deletions lib/transbank/webpay/modal/requests/modal_create_request.ts

This file was deleted.

77 changes: 0 additions & 77 deletions lib/transbank/webpay/modal/transaction.ts

This file was deleted.

0 comments on commit 2f720be

Please sign in to comment.