teya integration / payment
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user