Subject: | Missing accessor for StatusDetail |
You have forgotten to add an accessor method for the StatusDetail
information...
Line 93 should read:
__PACKAGE__->mk_ro_accessors( qw{Status StatusDetail SecurityKey
TxAuthNo VPSTxId});
rather than
__PACKAGE__->mk_ro_accessors( qw{Status SecurityKey TxAuthNo VPSTxId});