paypal-isomorphic-functions
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -57,3 +57,3 @@ "use strict"; | ||
: constants_1.DEFAULT_REFERENCE_TRANSACTION_PAYLOAD; | ||
payload.transactions[0].funding_instruments[0].billing.billing_agreement_id = billingAgreementId; | ||
payload.funding_instruments[0].billing.billing_agreement_id = billingAgreementId; | ||
const options = { | ||
@@ -60,0 +60,0 @@ method: "POST", |
{ | ||
"name": "paypal-isomorphic-functions", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Library of helpful paypal functions that can be run in a browser or server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -100,3 +100,3 @@ import { IPayPalAccessToken } from "../../oauth/interfaces"; | ||
payload.transactions[0].funding_instruments[0].billing.billing_agreement_id = billingAgreementId; | ||
payload.funding_instruments[0].billing.billing_agreement_id = billingAgreementId; | ||
@@ -103,0 +103,0 @@ const options = { |
Sorry, the diff of this file is not supported yet
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
422821