You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: alignments in optional properties in hooks (#70)
* fix(ios): Only applying optional properties in cordova hooks if they exist
References:
- https://outsystemsrd.atlassian.net/browse/RMET-4475
* fix: Optinal fields for capacitor hook
Applying for both Android and iOS
Not the original source of the issue in https://outsystemsrd.atlassian.net/browse/RMET-4475
should be addressed to be fixed.
* chore(release): prepare version 1.2.12
* docs: correct changelog entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
The changes documented here do not include those from the original repository.
8
8
9
+
## 1.2.12
10
+
11
+
### Fixes
12
+
13
+
- Align handling of optional payment config properties in Cordova / Capacitor hooks. Fixes build error for iOS when missing properties like `payment_supported_card_countries`.
0 commit comments