diff options
Diffstat (limited to 'clearing_inquiry.go')
| -rw-r--r-- | clearing_inquiry.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clearing_inquiry.go b/clearing_inquiry.go index 8d3634e..5349272 100644 --- a/clearing_inquiry.go +++ b/clearing_inquiry.go @@ -12,10 +12,10 @@ import ( // // For Signature it use the following formula: // -// SHA256(email + timestamp + bankCode + type + bankAccount + amountTransfer -// + purpose + apiKey). +// SHA256(email + timestamp + bankCode + type + bankAccount + +// amountTransfer + purpose + apiKey) // -// [Clearing type]: // https://docs.duitku.com/disbursement/en/#clearing-inquiry-request +// [Clearing type]: https://docs.duitku.com/disbursement/en/#clearing-inquiry-request type ClearingInquiry struct { // 9 digits customer reference number. CustRefNumber string `json:"custRefNumber"` |
