You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

alipay-cloud-sdk-test

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-cloud-sdk-test - npm Package Compare versions

Comparing version

to
1.6.0

2

dist/payment/huabei/client.js

@@ -67,3 +67,3 @@ "use strict";

};
return $tea.cast(await this._kernel.invoke("alipay.trade.refund", params), new AlipayTradeCreateResponse({}));
return $tea.cast(await this._kernel.invoke("alipay.trade.create", params), new AlipayTradeCreateResponse({}));
}

@@ -70,0 +70,0 @@ }

{
"name": "alipay-cloud-sdk-test",
"version": "1.5.0",
"version": "1.6.0",
"description": "Alipay Cloud SDK for Test",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -79,5 +79,5 @@ // This file is auto-generated, don't edit it

};
return $tea.cast<AlipayTradeCreateResponse>(await this._kernel.invoke("alipay.trade.refund", params), new AlipayTradeCreateResponse({}));
return $tea.cast<AlipayTradeCreateResponse>(await this._kernel.invoke("alipay.trade.create", params), new AlipayTradeCreateResponse({}));
}
}