You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/adapter/out/external/payment/MercadoPagoService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public class MercadoPagoService implements IMercadoPagoService {
11
11
12
12
// Simulates integration with Mercado Pago
13
13
// Would register payment on Mercado Pago side and returns the generated QR code
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/core/application/usecase/order/IOrderUseCase.java
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/core/application/usecase/payment/IPaymentUseCase.java
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/core/application/usecase/payment/PaymentUseCase.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public class PaymentUseCase implements IPaymentUseCase {
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/core/application/usecase/product/IProductUseCase.java
Copy file name to clipboardExpand all lines: techchallenge/src/main/java/br/com/grupo63/techchallenge/core/application/usecase/product/ProductUseCase.java
0 commit comments