Skip to content

Commit

Permalink
test: Correction to transaction create and update tests (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle authored Oct 25, 2024
1 parent 3cdbbe6 commit f3be3d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public static function createOperationsProvider(): \Generator
),
20,
),
new TransactionItemPreviewWithNonCatalogPrice(
new TransactionCreateItemWithPrice(
new TransactionNonCatalogPriceWithProduct(
'Annual (per seat)',
new Money('30000', CurrencyCode::USD()),
Expand All @@ -222,7 +222,6 @@ public static function createOperationsProvider(): \Generator
),
),
20,
true,
),
],
),
Expand Down Expand Up @@ -411,7 +410,7 @@ public static function updateOperationsProvider(): \Generator
),
20,
),
new TransactionItemPreviewWithNonCatalogPrice(
new TransactionUpdateItemWithPrice(
new TransactionNonCatalogPriceWithProduct(
'Annual (per seat)',
new Money('30000', CurrencyCode::USD()),
Expand All @@ -421,7 +420,6 @@ public static function updateOperationsProvider(): \Generator
),
),
20,
true,
),
],
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
},
{
"include_in_totals": true,
"price": {
"description": "Annual (per seat)",
"product": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
},
{
"include_in_totals": true,
"price": {
"description": "Annual (per seat)",
"product": {
Expand Down

0 comments on commit f3be3d4

Please sign in to comment.