New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular_faruk/paypal

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular_faruk/paypal - npm Package Compare versions

Comparing version 2.9.7 to 2.9.8

2

package.json
{
"name": "@angular_faruk/paypal",
"version": "2.9.7",
"version": "2.9.8",
"description": "this is new package with api ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -153,3 +153,4 @@ # Paypal

let intent: string = 'AUTHORIZE';
// The merchant intends to authorize a payment and place funds on hold after the customer makes a payment. Authorized payments are best captured within three days of authorization but are available to capture for up to 29 days. After the three-day honor period, the original authorized payment expires and you must re-authorize the payment. You must make a separate request to capture payments on demand. This intent is not supported when you have more than one purchase_unit within your order.
// The merchant intends to authorize a payment
// and place funds on hold after the customer makes a payment. Authorized payments are best captured within three days of authorization but are available to capture for up to 29 days. After the three-day honor period, the original authorized payment expires and you must re-authorize the payment. You must make a separate request to capture payments on demand. This intent is not supported when you have more than one purchase_unit within your order.
// ===================================== AUTHORIZE BOX READ =============

@@ -209,4 +210,17 @@

// start===============You can hit within this function ============
this.PaypalComponent.Reauthorize_authorized_payment(authorization_id).then((response) => {
// Handle successful response here
}).catch((error) => {
// You can display a notification to the
// user or perform any other error handling logic here
});
// END======================
// start===============You can hit within this function ============

@@ -213,0 +227,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc