|
@@ -175,11 +175,6 @@ resultDic,转为 json 字符串,格式如下:
|
|
|
|
|
|
报文说明
|
|
|
|
|
|
-- state: "success"代表成功, "cancel"代表用户取消操作, "fail"代表失败
|
|
|
-- paymentSchema: 支付渠道, 印度本地支付:"EB", "APMP"代表支付宝, "WX"代表微信,"APP"代表ApplePay
|
|
|
-- orderNum: 订单号
|
|
|
-- errorDetail: 错误详情
|
|
|
-
|
|
|
| 参数 | 说明 |
|
|
|
| ------------- | :----------------------------------------------------------: |
|
|
|
| state | "success"代表成功, "cancel"代表用户取消操作, "fail"代表失败 |
|
|
@@ -362,7 +357,7 @@ resultDic,转为 json 字符串,格式如下:
|
|
|
| 2 | 邮箱 | 40 | 文本 | trxn_email_id | this is email id of the customer who is doing transaction. |
|
|
|
| 3 | 电话 | 20 | 文本 | trxn_phone | Phone number of the customer. |
|
|
|
| 4 | 优惠券选项 | 1 | 文本 | trxn_is_coupon_enabled | If the value is 0 then customer will not be able to see the coupons. If the value is 1 then customer will be able see the coupons and able to select the coupons |
|
|
|
-| 5 | 客户id | 10 | 文本 | unique_id | This is customer’s unique id.不能超过10位 |
|
|
|
+| 5 | 客户id | 10 | 文本 | unique_id | This is customer’s unique id. No more than ten digits. |
|
|
|
|
|
|
##### 5.2 WX渠道
|
|
|
|
|
@@ -475,7 +470,7 @@ resultDic,转为 json 字符串,格式如下:
|
|
|
|
|
|

|
|
|
|
|
|
-1. 用户 app 判断手机是否支持 Apple Pay 功能,以及是否已加载有可用的支付卡片
|
|
|
+3. 用户 app 判断手机是否支持 Apple Pay 功能,以及是否已加载有可用的支付卡片
|
|
|
|
|
|
```objective-c
|
|
|
//判读方法为:
|