Ticket #1001503: Credit Cards Online - fix credit card online processing process
This commit is contained in:
parent
e65ca5425b
commit
c69143900b
|
@ -157,7 +157,7 @@ public class VPaymentFormCreditCard extends PaymentFormCreditCard implements Act
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Process Online (sales only) - if approved - exit
|
* Process Online (sales only) - if approved - exit
|
||||||
*/
|
*/
|
||||||
private void processOnline()
|
public void processOnline()
|
||||||
{
|
{
|
||||||
ValueNamePair vp = (ValueNamePair)kTypeCombo.getSelectedItem();
|
ValueNamePair vp = (ValueNamePair)kTypeCombo.getSelectedItem();
|
||||||
String CCType = vp.getValue();
|
String CCType = vp.getValue();
|
||||||
|
|
Loading…
Reference in New Issue