1
0

11 lines
335 B
PHP
Raw Permalink Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Text
$_['text_title'] = 'PayPal Express Checkout';
$_['text_canceled'] = 'Success: You have succesfully caneled this payment!';
// Button
$_['button_cancel'] = 'Cancel Recurring Payment';
// Error
2020-02-16 13:32:04 +02:00
$_['error_not_cancelled'] = 'Virhe: %s';
2020-02-12 23:25:39 +02:00
$_['error_not_found'] = 'Could not cancel recurring profile';