Skip to content

Commit

Permalink
Merge pull request #30 from mediaopt/hotfix/34766-exportPUI
Browse files Browse the repository at this point in the history
34766 - export PUI component
  • Loading branch information
LiudmylaMasliuk authored Nov 16, 2023
2 parents 91e5469 + 1779af2 commit a99c7d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { PayPal } from "./src/components/PayPal";
export { PayPalMessages } from "./src/components/PayPalMessages";
export { HostedFields } from "./src/components/HostedFields";
export { PaymentTokens } from "./src/components/PaymentTokens";
export { PayUponInvoice } from "./src/components/PayUponInvoice";
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paypal-commercetools-client",
"version": "0.0.54",
"version": "0.0.55",
"private": false,
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit a99c7d9

Please sign in to comment.