test payment request v2
This commit is contained in:
@@ -73,6 +73,8 @@ public class PaymentService {
|
|||||||
payment.setTransactionPaymentUrl(response.getTransactionPaymentUrl());
|
payment.setTransactionPaymentUrl(response.getTransactionPaymentUrl());
|
||||||
paymentRepository.save(payment);
|
paymentRepository.save(payment);
|
||||||
|
|
||||||
|
System.out.println(response);
|
||||||
|
|
||||||
return response.getTransactionPaymentUrl();
|
return response.getTransactionPaymentUrl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user