Skip to content

Commit

Permalink
payment-details: Use 11-character SWIFT code
Browse files Browse the repository at this point in the history
Include the branch code in our bank's SWIFT code; it might be the case
that some banks refuse to accept shorter codes.
  • Loading branch information
gmta committed Dec 9, 2024
1 parent b761f43 commit 674c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/payment-details.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import BaseLayout from "@/layouts/base.astro";
</tr>
<tr>
<th class="pe-5">Bank SWIFT code</th>
<td>CUESUS33</td>
<td>CUESUS33XXX</td>
</tr>
<tr>
<th class="pe-5">ABA/ACH routing code</th>
Expand Down

0 comments on commit 674c804

Please sign in to comment.