-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from namecare/develop
chore: Release 1.0.0
- Loading branch information
Showing
35 changed files
with
1,638 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"errorCode": 5000000, | ||
"errorMessage": "An unknown error occurred." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"errorCode": 4290000, | ||
"errorMessage": "Rate limit exceeded." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"errorCode": 9990000, | ||
"errorMessage": "Testing error." | ||
} |
3 changes: 3 additions & 0 deletions
3
assets/models/extendRenewalDateForAllActiveSubscribersResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"requestIdentifier": "758883e8-151b-47b7-abd0-60c4d804c2f5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"originalTransactionId": "2312412", | ||
"webOrderLineItemId": "9993", | ||
"success": true, | ||
"effectiveDate": 1698148900000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"environment": "LocalTesting", | ||
"bundleId": "com.example", | ||
"appAppleId": 5454545, | ||
"data": [ | ||
{ | ||
"subscriptionGroupIdentifier": "sub_group_one", | ||
"lastTransactions": [ | ||
{ | ||
"status": 1, | ||
"originalTransactionId": "3749183", | ||
"signedTransactionInfo": "signed_transaction_one", | ||
"signedRenewalInfo": "signed_renewal_one" | ||
}, | ||
{ | ||
"status": 5, | ||
"originalTransactionId": "5314314134", | ||
"signedTransactionInfo": "signed_transaction_two", | ||
"signedRenewalInfo": "signed_renewal_two" | ||
} | ||
] | ||
}, | ||
{ | ||
"subscriptionGroupIdentifier": "sub_group_two", | ||
"lastTransactions": [ | ||
{ | ||
"status": 2, | ||
"originalTransactionId": "3413453", | ||
"signedTransactionInfo": "signed_transaction_three", | ||
"signedRenewalInfo": "signed_renewal_three" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"paginationToken": "57715481-805a-4283-8499-1c19b5d6b20a", | ||
"hasMore": true, | ||
"notificationHistory": [ | ||
{ | ||
"sendAttempts": [ | ||
{ | ||
"attemptDate": 1698148900000, | ||
"sendAttemptResult": "NO_RESPONSE" | ||
}, { | ||
"attemptDate": 1698148950000, | ||
"sendAttemptResult": "SUCCESS" | ||
} | ||
], | ||
"signedPayload": "signed_payload_one" | ||
}, | ||
{ | ||
"sendAttempts": [ | ||
{ | ||
"attemptDate": 1698148800000, | ||
"sendAttemptResult": "CIRCULAR_REDIRECT" | ||
} | ||
], | ||
"signedPayload": "signed_payload_two" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"signedTransactions": [ | ||
"signed_transaction_one", | ||
"signed_transaction_two" | ||
], | ||
"revision": "revision_output", | ||
"hasMore": true | ||
} |
7 changes: 7 additions & 0 deletions
7
assets/models/getStatusOfSubscriptionRenewalDateExtensionsResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"requestIdentifier": "20fba8a0-2b80-4a7d-a17f-85c1854727f8", | ||
"complete": true, | ||
"completeDate": 1698148900000, | ||
"succeededCount": 30, | ||
"failedCount": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"signedPayload": "signed_payload", | ||
"sendAttempts": [ | ||
{ | ||
"attemptDate": 1698148900000, | ||
"sendAttemptResult": "NO_RESPONSE" | ||
}, { | ||
"attemptDate": 1698148950000, | ||
"sendAttemptResult": "SUCCESS" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"status": 1, | ||
"signedTransactions": [ | ||
"signed_transaction_one", | ||
"signed_transaction_two" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"testNotificationToken": "ce3af791-365e-4c60-841b-1674b43c1609" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"revision": "revision_output", | ||
"hasMore": true, | ||
"bundleId": "com.example", | ||
"appAppleId": 323232, | ||
"environment": "LocalTesting", | ||
"signedTransactions": [ | ||
"signed_transaction_value", | ||
"signed_transaction_value2" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
assets/models/transactionHistoryResponseWithMalformedAppAppleId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"revision": "revision_output", | ||
"hasMore": 1, | ||
"bundleId": "com.example", | ||
"appAppleId": "hi", | ||
"environment": "LocalTesting", | ||
"signedTransactions": [ | ||
"signed_transaction_value", | ||
"signed_transaction_value2" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
assets/models/transactionHistoryResponseWithMalformedEnvironment.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"revision": "revision_output", | ||
"hasMore": true, | ||
"bundleId": "com.example", | ||
"appAppleId": 323232, | ||
"environment": "LocalTestingxxx", | ||
"signedTransactions": [ | ||
"signed_transaction_value", | ||
"signed_transaction_value2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"signedTransactionInfo": "signed_transaction_info_value" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-----BEGIN PRIVATE KEY----- | ||
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgSpP55ELdXswj9JRZ | ||
APRwtTfS4CNRqpKIs+28rNHiPAqhRANCAASs8nLES7b+goKslppNVOurf0MonZdw | ||
3pb6TxS8Z/5j+UNY1sWK1ChxpuwNS9I3R50cfdQo/lA9PPhw6XIg8ytd | ||
-----END PRIVATE KEY----- |
Oops, something went wrong.