Skip to content

Commit 6420c20

Browse files
author
bc-travis-ci
committed
chore(release): 1.326.4 [skip ci]
1 parent 0921359 commit 6420c20

16 files changed

+17
-127
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.326.4](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.3...v1.326.4) (2023-01-23)
6+
7+
8+
### Code Refactoring
9+
10+
* **payment:** PAYPAL-1917 removed PayPalCommerceInlineCheckoutButtonStrategy from core package ([#1783](https://github.com/bigcommerce/checkout-sdk-js/issues/1783)) ([0921359](https://github.com/bigcommerce/checkout-sdk-js/commit/0921359bd2a1f9df68476a077baea0ea0c7ba8f1))
11+
512
### [1.326.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.2...v1.326.3) (2023-01-20)
613

714

dist/checkout-button.d.ts

-25
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,6 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
313313
* unless you need to support PayPal Commerce Alternative Payment Methods.
314314
*/
315315
paypalcommercealternativemethods?: PaypalCommerceAlternativeMethodsButtonOptions;
316-
/**
317-
* The options that are required to facilitate PayPal Commerce Inline Checkout. They can be omitted
318-
* unless you need to support PayPal Commerce Inline(Accelerated) Checkout.
319-
*/
320-
paypalcommerceinline?: PaypalCommerceInlineCheckoutButtonInitializeOptions;
321316
/**
322317
* The options that are required to facilitate PayPal Commerce Venmo. They can be omitted
323318
* unless you need to support PayPal Commerce Venmo.
@@ -843,26 +838,6 @@ declare interface PaypalCommerceCreditButtonInitializeOptions {
843838
onComplete?(): void;
844839
}
845840

846-
declare interface PaypalCommerceInlineCheckoutButtonInitializeOptions {
847-
/**
848-
* A class name used to add special class for container where the button will be generated in
849-
* Default: 'PaypalCommerceInlineButton'
850-
*/
851-
buttonContainerClassName?: string;
852-
/**
853-
* A set of styling options for the checkout button.
854-
*/
855-
style?: PaypalButtonStyleOptions_2;
856-
/**
857-
* A callback that gets called when payment complete on paypal side.
858-
*/
859-
onComplete(): void;
860-
/**
861-
* A callback that gets called on any error
862-
*/
863-
onError?(): void;
864-
}
865-
866841
declare interface PaypalCommerceVenmoButtonInitializeOptions {
867842
/**
868843
* A set of styling options for the checkout button.

dist/checkout-button.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.d.ts

-25
Original file line numberDiff line numberDiff line change
@@ -979,11 +979,6 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
979979
* unless you need to support PayPal Commerce Alternative Payment Methods.
980980
*/
981981
paypalcommercealternativemethods?: PaypalCommerceAlternativeMethodsButtonOptions;
982-
/**
983-
* The options that are required to facilitate PayPal Commerce Inline Checkout. They can be omitted
984-
* unless you need to support PayPal Commerce Inline(Accelerated) Checkout.
985-
*/
986-
paypalcommerceinline?: PaypalCommerceInlineCheckoutButtonInitializeOptions;
987982
/**
988983
* The options that are required to facilitate PayPal Commerce Venmo. They can be omitted
989984
* unless you need to support PayPal Commerce Venmo.
@@ -6430,26 +6425,6 @@ declare interface PaypalCommerceFormOptions {
64306425
*/
64316426
declare type PaypalCommerceInitializeOptions = PaypalCommercePaymentInitializeOptions | PaypalCommerceCreditCardPaymentInitializeOptions;
64326427

6433-
declare interface PaypalCommerceInlineCheckoutButtonInitializeOptions {
6434-
/**
6435-
* A class name used to add special class for container where the button will be generated in
6436-
* Default: 'PaypalCommerceInlineButton'
6437-
*/
6438-
buttonContainerClassName?: string;
6439-
/**
6440-
* A set of styling options for the checkout button.
6441-
*/
6442-
style?: PaypalButtonStyleOptions_2;
6443-
/**
6444-
* A callback that gets called when payment complete on paypal side.
6445-
*/
6446-
onComplete(): void;
6447-
/**
6448-
* A callback that gets called on any error
6449-
*/
6450-
onError?(): void;
6451-
}
6452-
64536428
/**
64546429
* A set of options that are required to initialize the PayPal Commerce payment
64556430
* method for presenting its PayPal button.

dist/checkout-sdk.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@
305305
- [PaypalCommerceFormFieldValidateEventData](interfaces/PaypalCommerceFormFieldValidateEventData.md)
306306
- [PaypalCommerceFormFieldsMap](interfaces/PaypalCommerceFormFieldsMap.md)
307307
- [PaypalCommerceFormOptions](interfaces/PaypalCommerceFormOptions.md)
308-
- [PaypalCommerceInlineCheckoutButtonInitializeOptions](interfaces/PaypalCommerceInlineCheckoutButtonInitializeOptions.md)
309308
- [PaypalCommercePaymentInitializeOptions](interfaces/PaypalCommercePaymentInitializeOptions.md)
310309
- [PaypalCommerceStoredCardFieldOptions](interfaces/PaypalCommerceStoredCardFieldOptions.md)
311310
- [PaypalCommerceStoredCardFieldsMap](interfaces/PaypalCommerceStoredCardFieldsMap.md)

docs/interfaces/BaseCheckoutButtonInitializeOptions.md

-10
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
- [paypalcommerce](BaseCheckoutButtonInitializeOptions.md#paypalcommerce)
4040
- [paypalcommercealternativemethods](BaseCheckoutButtonInitializeOptions.md#paypalcommercealternativemethods)
4141
- [paypalcommercecredit](BaseCheckoutButtonInitializeOptions.md#paypalcommercecredit)
42-
- [paypalcommerceinline](BaseCheckoutButtonInitializeOptions.md#paypalcommerceinline)
4342
- [paypalcommercevenmo](BaseCheckoutButtonInitializeOptions.md#paypalcommercevenmo)
4443
- [timeout](BaseCheckoutButtonInitializeOptions.md#timeout)
4544

@@ -256,15 +255,6 @@ unless you need to support PayPal Commerce Credit / PayLater.
256255

257256
___
258257

259-
### paypalcommerceinline
260-
261-
`Optional` **paypalcommerceinline**: [`PaypalCommerceInlineCheckoutButtonInitializeOptions`](PaypalCommerceInlineCheckoutButtonInitializeOptions.md)
262-
263-
The options that are required to facilitate PayPal Commerce Inline Checkout. They can be omitted
264-
unless you need to support PayPal Commerce Inline(Accelerated) Checkout.
265-
266-
___
267-
268258
### paypalcommercevenmo
269259

270260
`Optional` **paypalcommercevenmo**: [`PaypalCommerceVenmoButtonInitializeOptions`](PaypalCommerceVenmoButtonInitializeOptions.md)

docs/interfaces/PaypalCommerceInlineCheckoutButtonInitializeOptions.md

-56
This file was deleted.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/checkout-sdk",
3-
"version": "1.326.3",
3+
"version": "1.326.4",
44
"description": "BigCommerce Checkout JavaScript SDK",
55
"license": "MIT",
66
"main": "dist/checkout-sdk.js",

0 commit comments

Comments
 (0)