163164165166167168169
return order; } public void authorizePayment(OrderHeader orderHeader, HttpServletRequest request) throws PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
168169170171172173174
throw new NotImplementedException(""); } public void capturePayment(InvoiceHeader invoiceHeader) throws PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
205206207208209210211
public void cancelPayment(InvoiceHeader invoiceHeader) throws PaymentException, Exception { } public void voidPayment(InvoiceHeader invoiceHeader) throws AuthorizationException, PaymentException, Exception { throw new NotImplementedException(""); }
251252253254255256257
paymentReference2 = result.getTxnRef(); paymentType = PAYMENT_TYPE; } public void voidCredit(CreditHeader creditHeader) throws AuthorizationException, PaymentException, Exception { throw new NotImplementedException(""); }
177178179180181182183
return true; } public void voidCredit(Long creditHeaderId) throws AuthorizationException, PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
187188189190191192193
196197198199200201202
return false; } public void voidCredit(CreditHeader creditHeader) throws AuthorizationException, PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
87888990919293
return true; } public void voidPayment(Long orderHeaderId) throws AuthorizationException, PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
104105106107108109110
return false; } public void authorizePayment(OrderHeader orderHeader, HttpServletRequest request) throws AuthorizationException, PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }
189190191192193194195
this.secureURLPrefix = secureURLPrefix; } public void voidCredit(Long creditHeaderId) throws AuthorizationException, PaymentException, Exception { paymentMessage = MESSAGE_NOTIMPLEMENTED; throw new NotImplementedException(""); }