Skip to content

Commit

Permalink
Fix typo in P24 bank name (stripe#3364)
Browse files Browse the repository at this point in the history
## Summary
<!-- Simple summary of what was changed. -->

This updates the name of a P24 bank name which was originally
misspelled.

## Motivation
<!-- Why are you making this change? If it's for fixing a bug, if
possible, please include a code snippet or example project that
demonstrates the issue. -->

A dev reached out to us on Discord pointing out the typo in the bank
name.

## Testing
<!-- How was the code tested? Be as specific as possible. -->

## Changelog
<!-- Is this a notable change that affects users? If so, add a line to
`CHANGELOG.md` and prefix the line with one of the following:
    - [Added] for new features.
    - [Changed] for changes in existing functionality.
    - [Deprecated] for soon-to-be removed features.
    - [Removed] for now removed features.
    - [Fixed] for any bug fixes.
    - [Security] in case of vulnerabilities.
-->
  • Loading branch information
igbanam-stripe authored Mar 5, 2024
1 parent 7bdfbfe commit bc450bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
"api_value": "noble_pay"
},
{
"display_text": "PBac z iPKO (PKO+BP)",
"display_text": "Płać z iPKO (PKO BP)",
"api_value": "pbac_z_ipko"
},
{
Expand Down

0 comments on commit bc450bc

Please sign in to comment.