com.xd.sdk.payment 7.0.2 → 7.1.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.
@@ -5,6 +5,6 @@
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
7
 
8
- #define XDGPayment_VERSION @"7.0.2"
9
- #define XDSPayment_VERSION_CODE @"7000020"
10
- // HASH ed74f1fb
8
+ #define XDGPayment_VERSION @"7.1.0"
9
+ #define XDSPayment_VERSION_CODE @"7001000"
10
+ // HASH 669fedcf
@@ -26,7 +26,7 @@ namespace XD.SDK.Payment.Internal.Standalone
26
26
 
27
27
  [JsonProperty("salePrice")] public double SalePrice { get; set; }
28
28
 
29
- [JsonProperty("displayPrice")] public string DisplayPrice { get; set; }
29
+ [JsonProperty("displayCostPrice")] public string DisplayPrice { get; set; }
30
30
 
31
31
  public string ToJSON()
32
32
  {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.payment",
3
3
  "displayName": "XDGSDK Payment",
4
- "version": "7.0.2",
4
+ "version": "7.1.0",
5
5
  "description": "XDGSDK",
6
6
  "unity": "2019.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.sdk.common": "7.0.2"
9
+ "com.xd.sdk.common": "7.1.0"
10
10
  }
11
11
  }