Skip to content

Commit

Permalink
small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Sep 4, 2023
1 parent 2c79a3b commit 4ab8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mangopay/pay_in.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module PayPal

# See https://docs.mangopay.com/api-references/payins/paypal-payin/
# # <b>DEPRECATED</b>: 'create' function is now deprecated.
# Please use the 'create_new' function - MangoPay::PayIn::PayPal::Web.create_new(params)
# Please use the 'create_v2' function - MangoPay::PayIn::PayPal::Web.create_new(params)
class Web < Resource
include HTTPCalls::Create
def self.url(*)
Expand Down

0 comments on commit 4ab8389

Please sign in to comment.