-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
85,358 additions
and
14,943 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Use the `Core` directory for engine core functions and `Migrations` for migration specific tests. | ||
Use the `Core` directory for engine core functions (including testing the model), `Handlers` to test the various handlers and `Migrations` for migration specific tests. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
153 changes: 153 additions & 0 deletions
153
lambda/src/test/resources/Core/ZuoraSubscriptionUpdate/Monthly/InvoicePreview.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,153 @@ | ||
{ | ||
"accountId": "accId", | ||
"invoiceItems": [ | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 5.99, | ||
"chargeDescription": "", | ||
"chargeName": "Monday", | ||
"chargeNumber": "C-01467522", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 5.99, | ||
"chargeDescription": "", | ||
"chargeName": "Tuesday", | ||
"chargeNumber": "C-01467523", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 8.68, | ||
"chargeDescription": "", | ||
"chargeName": "Saturday", | ||
"chargeNumber": "C-01467524", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 5.99, | ||
"chargeDescription": "", | ||
"chargeName": "Thursday", | ||
"chargeNumber": "C-01467525", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 5.99, | ||
"chargeDescription": "", | ||
"chargeName": "Friday", | ||
"chargeNumber": "C-01467526", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 5.99, | ||
"chargeDescription": "", | ||
"chargeName": "Wednesday", | ||
"chargeNumber": "C-01467527", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
}, | ||
{ | ||
"id": "itemId", | ||
"subscriptionName": "A-S12345678", | ||
"subscriptionId": "subId", | ||
"subscriptionNumber": "A-S12345678", | ||
"serviceStartDate": "2020-05-28", | ||
"serviceEndDate": "2020-06-27", | ||
"chargeAmount": 8.99, | ||
"chargeDescription": "", | ||
"chargeName": "Sunday", | ||
"chargeNumber": "C-01467528", | ||
"chargeId": "chargeId", | ||
"productName": "Newspaper Voucher", | ||
"quantity": 1, | ||
"taxAmount": 0E-9, | ||
"unitOfMeasure": "", | ||
"chargeDate": "2020-05-06 10:33:28", | ||
"chargeType": "Recurring", | ||
"processingType": "Charge", | ||
"appliedToItemId": null | ||
} | ||
], | ||
"success": true | ||
} |
Oops, something went wrong.