@angular_faruk/paypal
Advanced tools
Comparing version 2.9.7 to 2.9.8
{ | ||
"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
199828
304