Created
October 18, 2024 08:48
-
-
Save donma/89039c62ca05334efa2c4d1cd71ec7c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var oenHandlr = new OENCashHandler(MerchantId, Token); | |
var res = oenHandlr.PayByCreditCard("t" + DateTime.Now.ToString("mmddHHmmss"), 99 | |
, "4242424242424242", "1026", "123", "Donma Hsu", | |
"P001", "測試商品1", 1, "個"); | |
Result = JsonConvert.SerializeObject(res); | |
//response | |
//{"code":"S0000","data":{"id":"P202410186LZVWMRH","transactionId":"2nbUM5uhQ1gkpeTiLc7xfAkVD21","authCode":"831000"},"message":""} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment