@bigcommerce/checkout-sdk 1.249.0 → 1.250.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +3 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/README.md +7 -0
- package/docs/interfaces/orderpaymentrequestbody.md +1 -1
- package/package.json +1 -1
package/docs/README.md
CHANGED
|
@@ -378,6 +378,7 @@
|
|
|
378
378
|
* [HostedVaultedInstrument](README.md#hostedvaultedinstrument)
|
|
379
379
|
* [Instrument](README.md#instrument)
|
|
380
380
|
* [Omit](README.md#omit)
|
|
381
|
+
* [OrderPaymentInstrument](README.md#orderpaymentinstrument)
|
|
381
382
|
* [OrderPayments](README.md#orderpayments)
|
|
382
383
|
* [PaymentInstrument](README.md#paymentinstrument)
|
|
383
384
|
* [PaypalCommerceFormFieldBlurEventData](README.md#paypalcommerceformfieldblureventdata)
|
|
@@ -589,6 +590,12 @@ ___
|
|
|
589
590
|
|
|
590
591
|
___
|
|
591
592
|
|
|
593
|
+
### OrderPaymentInstrument
|
|
594
|
+
|
|
595
|
+
Ƭ **OrderPaymentInstrument**: *[CreditCardInstrument](interfaces/creditcardinstrument.md) | [HostedInstrument](interfaces/hostedinstrument.md) | object | [VaultedInstrument](interfaces/vaultedinstrument.md) | object | [NonceInstrument](interfaces/nonceinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithDocumentInstrument](interfaces/withdocumentinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomFawryInstrument](interfaces/withcheckoutcomfawryinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomSEPAInstrument](interfaces/withcheckoutcomsepainstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomiDealInstrument](interfaces/withcheckoutcomidealinstrument.md) | [HostedInstrument](interfaces/hostedinstrument.md) & [WithMollieIssuerInstrument](interfaces/withmollieissuerinstrument.md) | [WithAccountCreation](interfaces/withaccountcreation.md)*
|
|
596
|
+
|
|
597
|
+
___
|
|
598
|
+
|
|
592
599
|
### OrderPayments
|
|
593
600
|
|
|
594
601
|
Ƭ **OrderPayments**: *Array‹[GatewayOrderPayment](interfaces/gatewayorderpayment.md) | [GiftCertificateOrderPayment](interfaces/giftcertificateorderpayment.md)›*
|
|
@@ -37,7 +37,7 @@ ___
|
|
|
37
37
|
|
|
38
38
|
### `Optional` paymentData
|
|
39
39
|
|
|
40
|
-
• **paymentData**? : *[
|
|
40
|
+
• **paymentData**? : *[OrderPaymentInstrument](../README.md#orderpaymentinstrument)*
|
|
41
41
|
|
|
42
42
|
An object that contains the details of a credit card, vaulted payment
|
|
43
43
|
instrument or nonce instrument.
|