pp_express.php (345B)
1 <?php 2 // Text 3 $_['text_title'] = 'PayPal Express Checkout'; 4 $_['text_canceled'] = 'Success: You have succesfully caneled this payment!'; 5 6 // Button 7 $_['button_cancel'] = 'Cancel Recurring Payment'; 8 9 // Error 10 $_['error_not_cancelled'] = 'Error: %s'; 11 $_['error_not_found'] = 'Could not cancel recurring profile';