Subiendo proyecto completo sin restricciones de git ignore

This commit is contained in:
Jose Sanchez
2023-08-17 11:44:02 -04:00
parent a0d4f5ba3b
commit 20f1c60600
19921 changed files with 2509159 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
{
"ACCESS_TOKEN": "ACCESS_TOKEN"
}

View File

@@ -0,0 +1 @@
{"paging":{"offset":0,"limit":10,"total":1},"results":[{"id":"227166260-QeyHHDJ8TZ4L3R","email":"test_user_99529216@testuser.com","first_name":null,"last_name":null,"phone":{"area_code":null,"number":null},"identification":{"number":null,"type":null},"addresses":null,"address":{"id":null,"zip_code":null,"street_name":null,"street_number":null},"date_registered":null,"description":null,"date_created":"2016-09-09T14:08:58.603-04:00","date_last_updated":"2016-09-09T14:08:58.609-04:00","default_card":null,"default_address":null,"cards":[],"metadata":{},"live_mode":true}]}

View File

@@ -0,0 +1,19 @@
{
"paging": {
"limit": 30,
"offset": 0,
"total": 1
},
"results": [
{
"id": 1340404,
"title": "Title of what you are paying for. It will be displayed in the payment process.",
"description": "Item description",
"category_id": "art",
"picture_url": "https://www.mercadopago.com/org-img/MP3/home/logomp3.gif",
"currency_id": "ARS",
"quantity": 1,
"unit_price": 100
}
]
}

View File

@@ -0,0 +1,10 @@
{
"id": 1340404,
"title": "Title of what you are paying for. It will be displayed in the payment process.",
"description": "Item description",
"category_id": "art",
"picture_url": "https://www.mercadopago.com/org-img/MP3/home/logomp3.gif",
"currency_id": "ARS",
"quantity": 1,
"unit_price": 100
}

View File

@@ -0,0 +1,88 @@
{
"id":1340404,
"date_created":"2016-08-19T13:50:17.000-04:00",
"date_approved":"2016-08-19T13:50:17.000-04:00",
"date_last_updated":"2016-08-19T13:50:17.000-04:00",
"money_release_date":null,
"operation_type":"regular_payment",
"issuer_id":"1",
"payment_method_id":"visa",
"payment_type_id":"credit_card",
"status":"approved",
"status_detail":"accredited",
"currency_id":"ARS",
"description":null,
"live_mode":false,
"sponsor_id":null,
"authorization_code":null,
"collector_id":192627424,
"payer":{
"type":"customer",
"id":"204943005-G4n3trGt71WZEb",
"email":"test_user_58666377@testuser.com",
"identification":{
"type":"DNI",
"number":"1111111"
},
"phone":{
"area_code":"01",
"number":"1111-1111",
"extension":""
},
"first_name":"Test",
"last_name":"Test"
},
"metadata":[
],
"order":[
],
"external_reference":null,
"transaction_amount":100,
"transaction_amount_refunded":0,
"coupon_amount":0,
"differential_pricing_id":null,
"deduction_schema":null,
"transaction_details":{
"net_received_amount":80.41,
"total_paid_amount":100,
"overpaid_amount":0,
"external_resource_url":null,
"installment_amount":100,
"financial_institution":null,
"payment_method_reference_id":null
},
"fee_details":[
{
"type":"mercadopago_fee",
"amount":19.59,
"fee_payer":"collector"
}
],
"captured":true,
"binary_mode":false,
"call_for_authorize_id":null,
"statement_descriptor":"WWW.MERCADOPAGO.COM",
"installments":1,
"card":{
"id":"1461592544092",
"first_six_digits":"407559",
"last_four_digits":"3764",
"expiration_month":3,
"expiration_year":2018,
"date_created":"2016-04-25T09:55:00.000-04:00",
"date_last_updated":"2016-04-25T09:55:34.000-04:00",
"cardholder":{
"name":"nam",
"identification":{
"number":"12345678",
"type":"DNI"
}
}
},
"notification_url":null,
"refunds":[
]
}