com.xd.sdk.payment 6.26.2 → 6.27.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
@@ -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.27.0",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",