Every time I want to make payment card conta not allow me and in the payment log I figure the following
04-26-2017 @ 22:40:55 - [check_ipn_response] - order received but has no payment
04-26-2017 @ 22:40:56 - [successful_request] - starting to process ipn update...
04-26-2017 @ 22:40:56 - [successful_request] - updating metadata and status with data: {
"id": xxxx,
"preference_id": "xxx...",
"date_created": "2017-04-26T21:40:45.000-04:00",
"last_updated": "2017-04-26T21:40:55.000-04:00",
"application_id": null,
"status": "closed",
"site_id": "MLA",
"payer": {
"id": xxx,
"email": "[email protected]"
},
"collector": {
"id": xxx,
"email": "[email protected]",
"nickname": "xxx"
},
"sponsor_id": xxx,
"payments": [
{
"id": 2700567929,
"transaction_amount": 4,
"total_paid_amount": 4,
"shipping_cost": 0,
"currency_id": "ARS",
"status": "rejected",
****"status_detail": "cc_rejected_other_reason",****
"operation_type": "regular_payment",
"date_approved": null,
"date_created": "2017-04-26T21:40:53.000-04:00",
"last_modified": "2017-04-26T21:40:53.000-04:00",
"amount_refunded": 0
}
],
"paid_amount": 0,
"refunded_amount": 0,
"shipping_cost": 0,
"cancelled": false,
"items": [
{
"category_id": "art",
"currency_id": "ARS",
"description": "test-test-test-test-test",
"id": "8",
"picture_url": "xxx",
"quantity": 1,
"unit_price": 4,
"title": "test1 x 1"
}
],
"marketplace": "NONE",
"shipments": [],
"external_reference": "WC-12",
"additional_info": null,
"notification_url": "xxx",
"total_amount": 4,
"ipn_type": "merchant_order"
}
some idea that may be