Repository List
/
Contenido
/
utf8
/
plugins
/
payments
/
comps
/
www
/
payment.backend
/
payture_pay.html @ HEAD
English
RSS Feed
View Revision Log
Blame/Annotate
View File
Checkout
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
}