Skip to content

Commit

Permalink
Complete examples
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 26, 2019
1 parent 653790f commit f81a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/stripe/admin/stripe.php
Expand Up @@ -457,7 +457,7 @@

include DOL_DOCUMENT_ROOT.'/core/tpl/onlinepaymentlinks.tpl.php';

print info_admin($langs->trans("ExampleOfTestCreditCard", '4242424242424242', '4000000000000101', '4000000000000069', '4000000000000341'));
print info_admin($langs->trans("ExampleOfTestCreditCard", '4242424242424242 (no 3DSecure) or 4000000000003063 (3DSecure required)', '4000000000000101', '4000000000000069', '4000000000000341'));

if (! empty($conf->use_javascript_ajax))
{
Expand Down

0 comments on commit f81a1a3

Please sign in to comment.