diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-20 21:45:08 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-11-20 21:45:08 +0100 |
commit | a859ed1b1802c822d27c490321322d41c983f953 (patch) | |
tree | 66b6a27b6c98338eeb056b57294c3ad3e49553aa | |
parent | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (diff) | |
download | cacert-devel-a859ed1b1802c822d27c490321322d41c983f953.tar.gz cacert-devel-a859ed1b1802c822d27c490321322d41c983f953.tar.xz cacert-devel-a859ed1b1802c822d27c490321322d41c983f953.zip |
bug 1109: Added lines for Swift Number to bank account data
-rw-r--r-- | pages/index/13.php | 5 | ||||
-rw-r--r-- | pages/index/21.php | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pages/index/13.php b/pages/index/13.php index f2ea173..612422f 100644 --- a/pages/index/13.php +++ b/pages/index/13.php @@ -35,8 +35,9 @@ printf(_("CAcert Inc. is a non-profit association which is legally able to accep <pre> Account Name: CAcert Inc -BSB: 032073 -Account No.: 180264 +SWIFT: WPACAU2S +BSB: 032073 +Account No.: 180264 </pre> <p><?=_("ANY amount will be appreciated - the more funding CAcert receives, the sooner it can achieve the goals of the community.")?></p> diff --git a/pages/index/21.php b/pages/index/21.php index 4d2599c..0af101c 100644 --- a/pages/index/21.php +++ b/pages/index/21.php @@ -41,6 +41,7 @@ <ul> <li>Account Name: CAcert Inc</li> <li>BSB: 032073</li> +<li>SWIFT: WPACAU2S<li> <li>Account No.: 180264</li> </ul> <br/><br/> |