first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?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!';