Skip to content

Commit 4715391

Browse files
committed
Change time from string to any
1 parent b3979b0 commit 4715391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merchant_payment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type MerchantPaymentPayPrams struct {
1515
// MerchantPaymentTransaction represents a payment request sent to a subscriber
1616
type MerchantPaymentTransaction struct {
1717
ID int `json:"id"`
18-
CreatedTime string `json:"createtime"`
18+
CreatedTime any `json:"createtime"`
1919
SubscriberMSISDN string `json:"subscriberMsisdn"`
2020
Amount int `json:"amount"`
2121
PayToken string `json:"payToken"`

0 commit comments

Comments
 (0)