15 lines
912 B
PHP
15 lines
912 B
PHP
<?php
|
|
// Text
|
|
$_['text_success'] = 'Success: The subscription profile has been renewed successfully!';
|
|
|
|
// Error
|
|
$_['error_language'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_customer'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_product'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_shipping_address'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_shipping_method'] = 'Warning: Shipping method %s could not be found!';
|
|
$_['error_payment_address'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_payment_method'] = 'Warning: Payment method %s could not be found!';
|
|
$_['error_extension'] = 'Warning: Payment method extension could not be found!';
|
|
$_['error_recurring'] = 'Warning: Payment method does not have recurring payment method!';
|