5 lines
214 B
PHP
5 lines
214 B
PHP
|
<?php
|
||
|
// Text
|
||
|
$_['text_title'] = 'PayPal';
|
||
|
$_['text_testmode'] = 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.';
|
||
|
$_['text_total'] = 'Shipping, Handling, Discounts & Taxes';
|