diff options
Diffstat (limited to 'payment_method.go')
| -rw-r--r-- | payment_method.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/payment_method.go b/payment_method.go index 9dffcda..8f952ff 100644 --- a/payment_method.go +++ b/payment_method.go @@ -13,7 +13,9 @@ import ( const ( // PaymentMethodDatetimeLayout define the date and time format for // PaymentMethod.DateTime. - PaymentMethodDatetimeLayout = time.DateTime + // + // TODO: replace with time.DateTime once the go version is 1.20. + PaymentMethodDatetimeLayout = `2006-01-02 15:04:05` ) // PaymentMethod contains request for client MerchantPaymentMethod. |
