Showing
1 changed file
with
1 additions
and
1 deletions
@@ -194,7 +194,7 @@ public class AlipayCrossBorderService extends AbstractAlipayService { | @@ -194,7 +194,7 @@ public class AlipayCrossBorderService extends AbstractAlipayService { | ||
194 | params.put("merchant_customs_code", getMerchantCustomsCode()); | 194 | params.put("merchant_customs_code", getMerchantCustomsCode()); |
195 | params.put("amount", String.valueOf(amount)); | 195 | params.put("amount", String.valueOf(amount)); |
196 | params.put("customs_place", getCustomsPlace()); | 196 | params.put("customs_place", getCustomsPlace()); |
197 | - params.put("merchant_customs_name", URLEncoder.encode(getMerchantCustomsName())); | 197 | + params.put("merchant_customs_name", "GUANGZHOU_AIRPORT"); |
198 | // params.put("buyer_name", URLEncoder.encode(certName)); | 198 | // params.put("buyer_name", URLEncoder.encode(certName)); |
199 | // params.put("buyer_id_no", certNo); | 199 | // params.put("buyer_id_no", certNo); |
200 | 200 |
-
Please register or login to post a comment