@chevre/factory 4.351.0-alpha.3 → 4.351.0-alpha.4

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.
@@ -34,6 +34,10 @@ export interface IProviderCredentials {
34
34
  * トークン認証コード
35
35
  */
36
36
  tokenizationCode?: string;
37
+ /**
38
+ * 3Dセキュア認証後加盟店戻りURL
39
+ */
40
+ returnUrls3ds?: string[];
37
41
  paymentUrl?: IPaymentUrlSettings;
38
42
  /**
39
43
  * 決済カード興行会社コード
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.351.0-alpha.3",
3
+ "version": "4.351.0-alpha.4",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",