Revision 735

Date:
2018/10/31 17:01:23
Author:
ahitrov
Revision Log:
Minor Bug fix

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/money/lib/money/Provider/Dreamkas.pm

     
    202 202 }
    203 203 unless ( $MR ) {
    204 204 $MR = money::Receipt->new( $keeper );
    205 $MR->name( $opts->{type} );
    205 $MR->name( $type );
    206 206 $MR->provider( $self->{prefix} );
    207 207 $MR->status( $self->{test_mode} );
    208 208 $MR->success( 0 );