Skip to content

Commit 329d51a

Browse files
committed
Merge pull request #118 from haraldpdl/braintree
Braintree
2 parents df81e99 + 5489e3c commit 329d51a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

catalog/includes/languages/english/modules/payment/braintree_cc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
define('MODULE_PAYMENT_BRAINTREE_CC_TEXT_TITLE', 'Braintree Payment Solutions');
1414
define('MODULE_PAYMENT_BRAINTREE_CC_TEXT_PUBLIC_TITLE', 'Credit Card');
15-
define('MODULE_PAYMENT_BRAINTREE_CC_TEXT_DESCRIPTION', '<img src="images/icon_popup.gif" border="0">&nbsp;<a href="https://www.braintreepayments.com" target="_blank" style="text-decoration: underline; font-weight: bold;">Visit Braintree Payments Website</a>');
15+
define('MODULE_PAYMENT_BRAINTREE_CC_TEXT_DESCRIPTION', '<img src="images/icon_info.gif" border="0" />&nbsp;<a href="http://library.oscommerce.com/Package&en&braintree&oscom23&braintree_js" target="_blank" style="text-decoration: underline; font-weight: bold;">View Online Documentation</a><br /><br /><img src="images/icon_popup.gif" border="0">&nbsp;<a href="https://www.braintreepayments.com" target="_blank" style="text-decoration: underline; font-weight: bold;">Visit Braintree Payments Website</a>');
1616

1717
define('MODULE_PAYMENT_BRAINTREE_CC_ERROR_ADMIN_PHP', 'The minimum PHP version this module supports is %s and will not load until the webserver has been installed with a newer version.');
1818
define('MODULE_PAYMENT_BRAINTREE_CC_ERROR_ADMIN_PHP_EXTENSIONS', 'This module requires the following PHP extensions and will and will not load until PHP has been updated:<br /><br />%s');

catalog/includes/modules/payment/braintree_cc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class braintree_cc {
1616
function braintree_cc() {
1717
global $order;
1818

19-
$this->signature = 'braintree|braintree_cc|1.0|2.3';
19+
$this->signature = 'braintree|braintree_cc|1.1|2.3';
2020
$this->api_version = '1';
2121

2222
$this->code = 'braintree_cc';

docs/addons/braintree.pdf

147 KB
Binary file not shown.

0 commit comments

Comments
 (0)