teya integration / payment

This commit is contained in:
2023-11-08 19:22:02 +00:00
parent b7bef162df
commit e9fff7f4a3
@@ -64,7 +64,7 @@ public class PaymentGatewayTeya implements PaymentGateway {
public void execute(PaymentInfoMagcard payinfo) {
int timer = 0;
int timeout = 180;
int timeout = 150;
double roundedValue = RoundUtils.round(payinfo.getTotal());