From 3b53f7b74ea97843279df3ec658cc994a52bec0e Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Tue, 5 Sep 2023 17:01:09 +0300 Subject: [PATCH] added comments --- lib/services/PayIns.js | 3 ++- typings/services/PayIns.d.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/services/PayIns.js b/lib/services/PayIns.js index a95b701..a9259a0 100644 --- a/lib/services/PayIns.js +++ b/lib/services/PayIns.js @@ -194,7 +194,8 @@ var PayIns = Service.extend({ }, /** - * Create new PayPal Web pay-in + * Create new PayPal Web pay-in. + * To be used instead of the 'create' method for PayPal PayIns * @param {Object} payIn PayIn object * @param {Function} callback Callback function * @param {Object} options Request options diff --git a/typings/services/PayIns.d.ts b/typings/services/PayIns.d.ts index f367cb5..be6634b 100644 --- a/typings/services/PayIns.d.ts +++ b/typings/services/PayIns.d.ts @@ -77,6 +77,7 @@ export class PayIns { /** * Create new PayPal Web pay-in + * To be used instead of the 'create' method for PayPal PayIns * @param payIn * @param options */