Skip to content

Commit

Permalink
Merge pull request #93 from cobain/feature/add_profit_sharing_for_uni…
Browse files Browse the repository at this point in the history
…fy_order

fix field issue
  • Loading branch information
royalrick authored Mar 2, 2023
2 parents 5e8edc9 + e157bf1 commit 2edcd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment/payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (o *Order) prepare(key string) (order, error) {
}

if o.ProfitSharing != "" {
od.ProfitSharing = o.ProfitSharing
signData["profit_sharing"] = o.ProfitSharing
}

sign, err := util.SignByMD5(signData, key)
Expand Down

0 comments on commit 2edcd58

Please sign in to comment.