Skip to content

Commit

Permalink
fix(payments-plugin): Fixed issue with paypal-sdk plugin of dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
sonntag-philipp committed Oct 14, 2024
1 parent 4fc7667 commit 3d97fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payments-plugin/e2e/paypal-sdk.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export interface PayPalSdkPluginOptions {
clientId: string;
}

// @ts-ignore
/**
* This tagged template literal has no special functionality. It is used for syntax highlighting and formatting
* purposes in the IDE.
*/
// @ts-ignore
function html(strings, ...values) {
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
Expand Down

0 comments on commit 3d97fa9

Please sign in to comment.