This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def "Get generateUrl - 404"() { | |
| given: | |
| params.id = 2436253269 | |
| Signature sg = new Signature() | |
| def json ="[[{\"y\":84.80339,\"x\":71.74455},{\"y\":91.78883,\"x\":77.72586},{\"y\":105.759735,\"x\":102.64798},{\"y\":107.75557,\"x\":112.61683},{\"y\":77.81795,\"x\":142.52336},{\"y\":67.83873,\"x\":142.52336},{\"y\":57.859528,\"x\":140.5296},{\"y\":48.878235,\"x\":136.54205},{\"y\":42.8907,\"x\":132.55452},{\"y\":36.903183,\"x\":121.58879},{\"y\":36.903183,\"x\":116.60436},{\"y\":40.894867,\"x\":110.623055},{\"y\":47.88031,\"x\":103.64486},{\"y\":58.857437,\"x\":97.66355},{\"y\":79.81378,\"x\":92.67913},{\"y\":90.79091,\"x\":93.67602},{\"y\":101.76805,\"x\":95.669785},{\"y\":110.749344,\"x\":102.64798},{\"y\":120.728516,\"x\":118.59813},{\"y\":121.72644,\"x\":126.57321},{\"y\":119.73062,\"x\":137.53894},{\"y\":116.73685,\"x\":147.5078},{\"y\":110.749344,\"x\":156.47975},{\"y\":101.76805,\"x\":162.46106},{\"y\":79.81378,\"x\":167.44548},{\"y\":70.832504,\"x\":166.44861},{\"y\":61.85 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mercadopago.payment.flow.model; | |
| import com.mercadopago.merchant.core.utils.rx.PointApiError; | |
| import com.mercadopago.merchant.core.vo.CardTypeEnum; | |
| import com.mercadopago.merchant.core.vo.Payment; | |
| import com.mercadopago.merchant.core.vo.Reversal; | |
| import com.mercadopago.merchant.core.vo.payments.PaymentFlowState; | |
| import com.mercadopago.merchant.core.vo.payments.PaymentMethod; | |
| import com.mercadopago.merchant.services.ScenarioHelper; | |
| import com.mercadopago.payment.flow.mvp.payment.model.PaymentMethodsModelImpl; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.seba.demo | |
| import groovy.json.JsonSlurper | |
| /** | |
| * | |
| * | |
| * User: Sebastian Dominguez (sebastian.dominguez@movile.com) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // AR Configuration | |
| ar{ | |
| driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver" | |
| username = | |
| password = | |
| url = | |
| filename="ar_nrs" | |
| application_id=194 | |
| } |