@wearejh/m2-pwa-adyen 0.23.0 → 0.23.2

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
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.23.2](https://github.com/WeareJH/mage-mono/compare/v0.23.1...v0.23.2) (2024-04-10)
7
+
8
+ **Note:** Version bump only for package @wearejh/m2-pwa-adyen
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.23.1](https://github.com/WeareJH/mage-mono/compare/v0.23.0...v0.23.1) (2024-04-05)
15
+
16
+ **Note:** Version bump only for package @wearejh/m2-pwa-adyen
17
+
18
+
19
+
20
+
21
+
6
22
  # [0.23.0](https://github.com/WeareJH/mage-mono/compare/v0.22.1...v0.23.0) (2024-04-02)
7
23
 
8
24
  **Note:** Version bump only for package @wearejh/m2-pwa-adyen
@@ -14,7 +14,7 @@ interface PaymentMethodHandlerProps {
14
14
  /**
15
15
  * The type of Giftcard
16
16
  */
17
- brand?: GiftCardTypes;
17
+ brand?: GiftCardTypes | string;
18
18
 
19
19
  /**
20
20
  * The type of Adyen payment method.
@@ -346,5 +346,5 @@ export interface MagentoAdyenPaymentMethodsQueryResponse {
346
346
  }
347
347
 
348
348
  export type AdyenPaymentMethod = PaymentMethod & {
349
- brand?: GiftCardTypes;
349
+ brand?: GiftCardTypes | string;
350
350
  };
@@ -4,7 +4,7 @@ import { useAdyen } from '../../AdyenProvider';
4
4
  import { AdyenBrandCodes, AdyenSteps, GiftCardTypes, MagentoPaymentTypes } from '../../adyen.types';
5
5
 
6
6
  export type GiftCardProps = {
7
- brand: GiftCardTypes;
7
+ brand: GiftCardTypes | string;
8
8
  };
9
9
 
10
10
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wearejh/m2-pwa-adyen",
3
- "version": "0.23.0",
3
+ "version": "0.23.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
6
6
  "homepage": "",
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@adyen/adyen-web": "5.59.0",
25
- "@wearejh/m2-pwa-cart": "^0.23.0",
26
- "@wearejh/m2-pwa-checkout": "^0.23.0",
27
- "@wearejh/m2-pwa-engine": "^0.23.0",
28
- "@wearejh/react-hooks": "^0.23.0",
29
- "@wearejh/rx-form": "^0.23.0",
30
- "@wearejh/swagger-rxjs": "^0.23.0",
25
+ "@wearejh/m2-pwa-cart": "^0.23.2",
26
+ "@wearejh/m2-pwa-checkout": "^0.23.2",
27
+ "@wearejh/m2-pwa-engine": "^0.23.2",
28
+ "@wearejh/react-hooks": "^0.23.2",
29
+ "@wearejh/rx-form": "^0.23.2",
30
+ "@wearejh/swagger-rxjs": "^0.23.2",
31
31
  "load-js": "^3.0.3"
32
32
  },
33
- "gitHead": "bd042cbf54cdc079b6a0ea4f70b00465957f06a3"
33
+ "gitHead": "855a4624619460e9528cef62566b8a278456ed20"
34
34
  }