Skip to content

Commit f345526

Browse files
Release Version 1.2.0
1 parent 45c8100 commit f345526

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

mercadopago/mercadopago.py

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,11 @@
1-
from .mpinvalidcredentials import MPInvalidCredentials
2-
3-
from .card import Card
4-
from .cardtoken import CardToken
5-
from .customer import Customer
6-
from .payment import Payment
7-
from .preference import Preference
8-
from .genericcall import GenericCall
9-
from .discountcampaign import DiscountCampaign
10-
from .identificationtype import IdentificationType
11-
from .merchantorder import MerchantOrder
12-
13-
141
class MP(object):
15-
<<<<<<< HEAD
162
version = "1.2.0"
173
__access_data = None
184
__ll_access_token = None
195
__sandbox = False
206
platform_id = None
217
integrator_id = None
228
corporation_id = None
23-
=======
24-
version = "2.0.4"
25-
__client_id = None
26-
__client_secret = None
27-
__ll_access_token = None
28-
__sandbox = False
29-
card = None
30-
cardtoken = None
31-
customer = None
32-
payment = None
33-
preference = None
34-
genericcall = None
35-
discountcampaign = None
36-
identificationtype = None
37-
merchantorder = None
38-
>>>>>>> 346b4c6d7c8c2cbe8dc6e9e8613816f233152ca6
399

4010
def __init__(self, *args):
4111
"""
@@ -68,7 +38,6 @@ def sandbox_mode(self, enable=None):
6838
self.__sandbox = enable == True
6939

7040
return self.__sandbox
71-
<<<<<<< HEAD
7241

7342
def get_access_token(self):
7443
if not self.__ll_access_token is None:
@@ -378,5 +347,3 @@ def delete(self, uri, params=None):
378347
}
379348

380349
return response
381-
=======
382-
>>>>>>> 346b4c6d7c8c2cbe8dc6e9e8613816f233152ca6

0 commit comments

Comments
 (0)