• payture_pay.html

    562 563  
    43 43 $transaction->success( $Success eq 'True' ? 1 : 0 );
    44 44 $transaction->store;
    45 45
    46 if ( $keeper->can('_payture_handler') ) {
    46 if ( $transaction->success && $keeper->can('_payture_handler') ) {
    47 47 $keeper->_payture_handler( $transaction );
    48 48 }
    49 49 }