Skip to content

Commit

Permalink
fix: pay
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Oct 17, 2023
1 parent ce797ed commit 504bab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/user.pug
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ html(lang="zh-Hant")

form#Pay(
style="display: none"
action="https://ccore.newebpay.com/MPG/mpg_gateway"
action="https://core.newebpay.com/MPG/mpg_gateway"
method="POST"
)
input(type="text", name="MerchantID", value="MS149651414", hidden)
input(type="text", name="MerchantID", value="MS1713235291", hidden)
input#TradeInfo(type="text", name="TradeInfo", hidden)
input#TradeSha(type="text", name="TradeSha", hidden)
input(type="text", name="Version", value="2.0", hidden)
Expand Down

0 comments on commit 504bab1

Please sign in to comment.