@@ -153,6 +153,7 @@ func TestSubscription_List(t *testing.T) {
153
153
"name": "sdk",
154
154
"status": "active",
155
155
"paymentMethodId": 2,
156
+ "paymentMethodType": "credit-card",
156
157
"memoryStorage": "ram",
157
158
"storageEncryption": false,
158
159
"numberOfDatabases": 1,
@@ -209,6 +210,7 @@ func TestSubscription_List(t *testing.T) {
209
210
"name": "TF Example Subscription demo",
210
211
"status": "pending",
211
212
"paymentMethodId": 3,
213
+ "paymentMethodType": "credit-card",
212
214
"memoryStorage": "ram",
213
215
"storageEncryption": false,
214
216
"numberOfDatabases": 0,
@@ -259,8 +261,8 @@ func TestSubscription_List(t *testing.T) {
259
261
ID : redis .Int (1 ),
260
262
Name : redis .String ("sdk" ),
261
263
Status : redis .String ("active" ),
262
- PaymentMethod : redis .String ("credit-card" ),
263
264
PaymentMethodID : redis .Int (2 ),
265
+ PaymentMethod : redis .String ("credit-card" ),
264
266
MemoryStorage : redis .String ("ram" ),
265
267
StorageEncryption : redis .Bool (false ),
266
268
NumberOfDatabases : redis .Int (1 ),
@@ -290,6 +292,7 @@ func TestSubscription_List(t *testing.T) {
290
292
Name : redis .String ("TF Example Subscription demo" ),
291
293
Status : redis .String ("pending" ),
292
294
PaymentMethodID : redis .Int (3 ),
295
+ PaymentMethod : redis .String ("credit-card" ),
293
296
MemoryStorage : redis .String ("ram" ),
294
297
StorageEncryption : redis .Bool (false ),
295
298
NumberOfDatabases : redis .Int (0 ),
0 commit comments