Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Sep 5, 2023
1 parent 0e93974 commit 3b53f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/PayIns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions typings/services/PayIns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3b53f7b

Please sign in to comment.