Skip to content

Commit

Permalink
fix: Delete payment method instead of currency
Browse files Browse the repository at this point in the history
  • Loading branch information
sguder committed Feb 3, 2025
1 parent bc153de commit c59565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/TestDataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ export class TestDataService {

const { data: salesChannel } = await syncSalesChannelResponse.json();

this.addCreatedRecord('sales_channel_currency', {
this.addCreatedRecord('sales_channel_payment_method', {
salesChannelId: salesChannelId,
paymentMethodId: paymentMethodId,
});
Expand Down

0 comments on commit c59565d

Please sign in to comment.