fix - Payment in commerce system (Part II)
This commit is contained in:
parent
a88f50d08a
commit
5fb7a3c627
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- Fix: 6.99.2-6.99.3 upgrade fails if spectre.conf doesn't exist
|
||||
- fix: Payment in commerce system
|
||||
- fix: packages don't take on new pages style when deployed
|
||||
- fix: Payment in commerce system (Part II)
|
||||
|
||||
6.99.4
|
||||
- fix: better checking of selected template type
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ sub resultCode {
|
|||
sub resultMessage {
|
||||
my $self = shift;
|
||||
|
||||
return $self->{_errorMessage} if ($self->connectionError);
|
||||
return $self->{_resultMessage} if ($self->{_connectionError});
|
||||
return $self->{_response}->{ErrorMessage};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue