From 4ab8389cbac572e97a97f01ae0b7fa38f6af7310 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Mon, 4 Sep 2023 13:00:09 +0300 Subject: [PATCH] small refactoring --- lib/mangopay/pay_in.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mangopay/pay_in.rb b/lib/mangopay/pay_in.rb index 42f22e5..1f221aa 100644 --- a/lib/mangopay/pay_in.rb +++ b/lib/mangopay/pay_in.rb @@ -102,7 +102,7 @@ module PayPal # See https://docs.mangopay.com/api-references/payins/paypal-payin/ # # DEPRECATED: '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(*)