Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syvlabs committed Dec 13, 2024
1 parent 6e64456 commit 8be4169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vanilla/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class OpenPayForm {
const queryString = this.buildQueryString(options);

frame.name = `${type}-element`;
const url = new URL(`/app/v1/${frame.name}`, this.config.baseUrl);
const url = new URL(`/app/v1/${frame.name}/`, this.config.baseUrl);
url.search = queryString.toString();
frame.src = url.href;
this.config._frameUrl = url;
Expand Down

0 comments on commit 8be4169

Please sign in to comment.