Skip to content

Commit 773c442

Browse files
author
MSZ
committed
v2.46.0
1 parent 7f4ba40 commit 773c442

12 files changed

Lines changed: 16 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.45.0 - 2022-4-13
9+
### Fixed
10+
- fix cooldown period formating
11+
812
## 2.45.0 - 2022-4-1
913
### Added
1014
- Migrate APIs to .com.

DapiConnect.xcframework.zip

20.2 MB
Binary file not shown.
Binary file not shown.

DapiConnect.xcframework/ios-arm64_armv7/DapiConnect.framework/DapiConnect.bundle/en.lproj/DapiConnect.strings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"YouWereLoggedOut" = "You were logged out";
77
"AccountLocked" = "Account Locked";
88
"Error" = "Error";
9-
"WireBeneficiaryActivateAfter %d %@" = "WireBeneficiary will be activated after %d %@";
9+
"WireBeneficiaryActivateAfter %@ %@" = "WireBeneficiary will be activated after %@ %@";
1010
"SomethingWentWrong" = "Something went wrong";
1111
"EnterAmount" = "Enter Amount";
1212
"UserCanceledAccountSelection" = "User canceled account selection.";
@@ -42,7 +42,7 @@
4242
"RemoveAccount" = "Remove account";
4343
"FetchingBalance" = "Fetching balance..";
4444
"Updated %@" = "Updated %@";
45-
"BeneficiaryActivateAfter %d %@" = "Beneficiary will be activated after %d %@";
45+
"BeneficiaryActivateAfter %@ %@" = "Beneficiary will be activated after %@ %@";
4646
"ConnectingWithYourBank" = "\nConnecting with your bank";
4747
"TransferLoaderMessage1" = "\nVerifying your transfer details";
4848
"TransferLoaderMessage2" = "\nPlease wait, processing your transfer can take up to 30 seconds";
Binary file not shown.
Binary file not shown.

DapiConnect.xcframework/ios-arm64_i386_x86_64-simulator/DapiConnect.framework/DapiConnect.bundle/en.lproj/DapiConnect.strings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"YouWereLoggedOut" = "You were logged out";
77
"AccountLocked" = "Account Locked";
88
"Error" = "Error";
9-
"WireBeneficiaryActivateAfter %d %@" = "WireBeneficiary will be activated after %d %@";
9+
"WireBeneficiaryActivateAfter %@ %@" = "WireBeneficiary will be activated after %@ %@";
1010
"SomethingWentWrong" = "Something went wrong";
1111
"EnterAmount" = "Enter Amount";
1212
"UserCanceledAccountSelection" = "User canceled account selection.";
@@ -42,7 +42,7 @@
4242
"RemoveAccount" = "Remove account";
4343
"FetchingBalance" = "Fetching balance..";
4444
"Updated %@" = "Updated %@";
45-
"BeneficiaryActivateAfter %d %@" = "Beneficiary will be activated after %d %@";
45+
"BeneficiaryActivateAfter %@ %@" = "Beneficiary will be activated after %@ %@";
4646
"ConnectingWithYourBank" = "\nConnecting with your bank";
4747
"TransferLoaderMessage1" = "\nVerifying your transfer details";
4848
"TransferLoaderMessage2" = "\nPlease wait, processing your transfer can take up to 30 seconds";
Binary file not shown.

0 commit comments

Comments
 (0)