Skip to content

Commit 8d90361

Browse files
committed
Fix the dummy data
1 parent 831061b commit 8d90361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stubs/subscription_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func SubscriptionGet() []byte {
1313
"amountType": "FIXED",
1414
"name": "string",
1515
"localCur": "str",
16-
"amountLocalCur": 0,
16+
"amountLocalCur": "0.0",
1717
"customerReference": "string",
1818
"customerName": "string",
1919
"customerNumber": "string",

0 commit comments

Comments
 (0)