@motopays/pay-form 2.6.5 → 2.6.6-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.6.6-rc.1
4
+ ### Added
5
+ - Redesign of cvv input on card verification
6
+
7
+
8
+
9
+
3
10
  ## 2.6.5
4
11
  ### Fixed
5
12
  - For Apple Pay and Google Pay user locale now fallbacks to US if not provided / not valid
package/index.d.ts CHANGED
@@ -78,6 +78,8 @@ export interface ILanguage {
78
78
  manageCardsHeader: string;
79
79
  addNewCard: string;
80
80
  removeCard: string;
81
+ confirmRemoveCard: string;
82
+ cancel: string;
81
83
  };
82
84
  paymentResult: {
83
85
  success: string;