We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036f0f4 commit bd4f075Copy full SHA for bd4f075
1 file changed
checkouts_service_test.go
@@ -21,7 +21,7 @@ func TestCheckoutService_Create(t *testing.T) {
21
client := New(WithBaseURL(server.URL))
22
23
// Act
24
- expireAt := time.Now().UTC()
+ expireAt := time.Now().UTC().Format(time.RFC3339)
25
customPrice := 5000
26
checkout, response, err := client.Checkouts.Create(context.Background(), 1, 1, &CheckoutCreateAttributes{
27
CustomPrice: &customPrice,
0 commit comments