UOCL-310: hardening
This commit is contained in:
@@ -61,7 +61,7 @@ public class PaymentGatewayMediaPayments implements PaymentGateway {
|
|||||||
|
|
||||||
double roundedValue = RoundUtils.round(payinfo.getTotal());
|
double roundedValue = RoundUtils.round(payinfo.getTotal());
|
||||||
new Application().mediaPaymentsTransaction(roundedValue, getPaymentWindow(roundedValue),
|
new Application().mediaPaymentsTransaction(roundedValue, getPaymentWindow(roundedValue),
|
||||||
payinfo.getTransactionID());
|
payinfo.getTransactionID().length() > 12 ? payinfo.getTransactionID() : null);
|
||||||
|
|
||||||
while (AppContext.getIsProcessing() == null || AppContext.getIsProcessing()) {
|
while (AppContext.getIsProcessing() == null || AppContext.getIsProcessing()) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user