@maxim_mazurok/gapi.client.content
Advanced tools
Comparing version 2.1.20210916 to 2.1.20210917
{ | ||
"name": "@maxim_mazurok/gapi.client.content", | ||
"version": "2.1.20210916", | ||
"version": "2.1.20210917", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -427,3 +427,3 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Capture funds from the customer for the current order total. This method should be called after the merchant verifies that they are able and ready to start shipping the order. This method blocks until a response is received from the payment processsor. If this method succeeds, the merchant is guaranteed to receive funds for the order after shipment. If the request fails, it can be retried or the order may be cancelled. This method cannot be called after the entire order is already shipped. | ||
Capture funds from the customer for the current order total. This method should be called after the merchant verifies that they are able and ready to start shipping the order. This method blocks until a response is received from the payment processsor. If this method succeeds, the merchant is guaranteed to receive funds for the order after shipment. If the request fails, it can be retried or the order may be cancelled. This method cannot be called after the entire order is already shipped. A rejected error code is returned when the payment service provider has declined the charge. This indicates a problem between the PSP and either the merchant's or customer's account. Sometimes this error will be resolved by the customer. We recommend retrying these errors once per day or cancelling the order with reason `failedToCaptureFunds` if the items cannot be held. | ||
*/ | ||
@@ -430,0 +430,0 @@ await gapi.client.content.orders.captureOrder({ merchantId: "merchantId", orderId: "orderId", }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
936009
16519