blob: 172409f406cafc5a9be68224ec3a15991a5a0c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
// Text
$_['text_title'] = 'Square';
$_['text_canceled'] = 'Success: You have succesfully canceled this payment! We sent you a confirmation e-mail.';
$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?';
$_['text_order_history_cancel'] = 'You canceled your recurring profile. Your card will no longer be charged.';
// Button
$_['button_cancel'] = 'Cancel Recurring Payment';
// Error
$_['error_not_cancelled'] = 'Error: %s';
$_['error_not_found'] = 'Could not cancel recurring profile';
|