com.xd.sdk.payment 6.26.2 → 6.28.0

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.
@@ -15,6 +15,7 @@ namespace XD.SDK.Payment
15
15
  {
16
16
  public const string ALIPAY = "Alipay";
17
17
  public const string WECHAT_PAY = "WeChatPay";
18
+ public const string CLOUD_QUICK_PAY = "CloudQuickPay";
18
19
  }
19
20
  }
20
21
  }
@@ -353,6 +353,9 @@ namespace XD.SDK.Payment{
353
353
  case PayType.WechatPay:
354
354
  payTypeString = PaymentConstants.PayTypeInternal.WECHAT_PAY;
355
355
  break;
356
+ case PayType.CloudQuickPay:
357
+ payTypeString = PaymentConstants.PayTypeInternal.CLOUD_QUICK_PAY;
358
+ break;
356
359
  }
357
360
 
358
361
  var dic = new Dictionary<string, object>{
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d8986cf39263342d984411d425169b25
2
+ guid: 21c8dd6c6e2c640ca87c2221712567e8
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -18,6 +18,8 @@ NS_ASSUME_NONNULL_BEGIN
18
18
  @property (nonatomic,strong,readonly) NSDecimalNumber *price;
19
19
 
20
20
  + (XDGOrderInfo *)createOrderInfo:(NSDictionary *)orderInfo;
21
+
22
+ - (NSDictionary *)toDictionary;
21
23
  @end
22
24
 
23
25
  NS_ASSUME_NONNULL_END
@@ -5,6 +5,6 @@
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
7
 
8
- #define XDGPayment_VERSION @"6.26.2"
9
- #define XDSPayment_VERSION_CODE @"6026020"
10
- // HASH 3e572e74
8
+ #define XDGPayment_VERSION @"6.28.0"
9
+ #define XDSPayment_VERSION_CODE @"6028000"
10
+ // HASH cbb163ac
@@ -12,17 +12,70 @@ PluginImporter:
12
12
  isExplicitlyReferenced: 0
13
13
  validateReferences: 1
14
14
  platformData:
15
+ - first:
16
+ : Any
17
+ second:
18
+ enabled: 0
19
+ settings:
20
+ Exclude Android: 1
21
+ Exclude Editor: 1
22
+ Exclude Linux64: 1
23
+ Exclude OSXUniversal: 1
24
+ Exclude Win: 1
25
+ Exclude Win64: 1
26
+ Exclude iOS: 0
27
+ - first:
28
+ Android: Android
29
+ second:
30
+ enabled: 0
31
+ settings:
32
+ CPU: ARMv7
15
33
  - first:
16
34
  Any:
17
35
  second:
18
- enabled: 1
36
+ enabled: 0
19
37
  settings: {}
20
38
  - first:
21
39
  Editor: Editor
22
40
  second:
23
41
  enabled: 0
24
42
  settings:
43
+ CPU: AnyCPU
25
44
  DefaultValueInitialized: true
45
+ OS: AnyOS
46
+ - first:
47
+ Standalone: Linux64
48
+ second:
49
+ enabled: 0
50
+ settings:
51
+ CPU: None
52
+ - first:
53
+ Standalone: OSXUniversal
54
+ second:
55
+ enabled: 0
56
+ settings:
57
+ CPU: None
58
+ - first:
59
+ Standalone: Win
60
+ second:
61
+ enabled: 0
62
+ settings:
63
+ CPU: None
64
+ - first:
65
+ Standalone: Win64
66
+ second:
67
+ enabled: 0
68
+ settings:
69
+ CPU: None
70
+ - first:
71
+ iPhone: iOS
72
+ second:
73
+ enabled: 1
74
+ settings:
75
+ AddToEmbeddedBinaries: false
76
+ CPU: AnyCPU
77
+ CompileFlags:
78
+ FrameworkDependencies:
26
79
  userData:
27
80
  assetBundleName:
28
81
  assetBundleVariant:
@@ -4,5 +4,6 @@ namespace XD.SDK.Payment
4
4
  {
5
5
  Alipay,
6
6
  WechatPay,
7
+ CloudQuickPay
7
8
  }
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "com.xd.sdk.payment",
3
3
  "displayName": "XDSDK Payment",
4
- "version": "6.26.2",
4
+ "version": "6.28.0",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",