Skip to content

Commit

Permalink
Merge pull request #19 from mediaopt/feature/34974-vemno
Browse files Browse the repository at this point in the history
Feature/34974 vemno
  • Loading branch information
majidabbasimediaopt authored Oct 16, 2023
2 parents 015302c + 9890b67 commit 523e0e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
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.43",
"version": "0.0.44",
"private": false,
"type": "module",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ function App() {
fundingSource="paypal"
/>
),
Venmo: (
<PayPal
{...params}
requestHeader={requestHeader}
options={{
...options,
components: "messages,buttons",
buyerCountry: "US",
enableFunding: "venmo",
}}
fundingSource="venmo"
/>
),
BuyNowPayPal: (
<PayPal
{...params}
Expand Down

0 comments on commit 523e0e2

Please sign in to comment.