@commercetools/connect-payments-sdk
Advanced tools
Comparing version 0.4.1 to 0.4.2
# @commercetools/connect-payments-sdk | ||
## 0.4.2 | ||
### Patch Changes | ||
- 17b3982: export platform-sdk types | ||
## 0.4.1 | ||
@@ -4,0 +10,0 @@ |
@@ -1,4 +0,5 @@ | ||
export { AuthorizationService as CommercetoolsAuthorizationService } from './types/authorization.type'; | ||
export { CartService as CommercetoolsCartService } from './types/cart.type'; | ||
export { PaymentService as CommercetoolsPaymentService, TransactionData, UpdatePayment } from './types/payment.type'; | ||
export { SessionService as CommercetoolsSessionService, Session } from './types/session.type'; | ||
export { AuthorizationService as CommercetoolsAuthorizationService } from './types/authorization.type'; | ||
export { Cart, Payment, PaymentDraft, Money, LineItem, CustomLineItem, Address, Transaction, TransactionType, TransactionState, ShippingInfo, } from '@commercetools/platform-sdk'; |
{ | ||
"name": "@commercetools/connect-payments-sdk", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Payment SDK for commercetools payment connectors", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106612
2755