Skip to content

Commit 64d49e9

Browse files
fix(payment): blusnapv2 removal from the core/payments directory (#3015)
1 parent f889eee commit 64d49e9

File tree

5 files changed

+2
-65
lines changed

5 files changed

+2
-65
lines changed

packages/bluesnap-direct-integration/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ export {
66
BlueSnapDirectAPMInitializeOptions,
77
WithBlueSnapDirectAPMPaymentInitializeOptions,
88
} from './types';
9+
10+
export { WithBlueSnapV2PaymentInitializeOptions } from './bluesnapv2/bluesnapv2-payment-options';

packages/core/src/payment/payment-request-options.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { CreditCardPaymentInitializeOptions } from '@bigcommerce/checkout-sdk/cr
22

33
import { RequestOptions } from '../common/http-request';
44

5-
import { BlueSnapV2PaymentInitializeOptions } from './strategies/bluesnapv2';
65
import {
76
BraintreePaymentInitializeOptions,
87
BraintreeVisaCheckoutPaymentInitializeOptions,
@@ -43,12 +42,6 @@ export interface BasePaymentInitializeOptions extends PaymentRequestOptions {
4342
*/
4443
creditCard?: CreditCardPaymentInitializeOptions;
4544

46-
/**
47-
* The options that are required to initialize the BlueSnapV2 payment method.
48-
* They can be omitted unless you need to support BlueSnapV2.
49-
*/
50-
bluesnapv2?: BlueSnapV2PaymentInitializeOptions;
51-
5245
/**
5346
* The options that are required to initialize the Braintree payment method.
5447
* They can be omitted unless you need to support Braintree.

packages/core/src/payment/strategies/bluesnapv2/bluesnapv2-payment-options.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

packages/core/src/payment/strategies/bluesnapv2/bluesnapv2.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/src/payment/strategies/bluesnapv2/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)