Skip to content

Commit

Permalink
test with dub in stage
Browse files Browse the repository at this point in the history
  • Loading branch information
siddy2181 committed Nov 12, 2024
1 parent a26e760 commit e7a8f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/three-domain-secure/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class ThreeDomainSecureComponent {
// $FlowFixMe
const { status, links } = await this.request<requestData, responseBody>({
method: "POST",
url: `https://te-fastlane-3ds.qa.paypal.com:12326/v2/payments/payment`,
url: `https://www.te-fastlane-3ds.qa.paypal.com:12326/v2/payments/payment`,
data,
accessToken: idToken, // this.sdkConfig.authenticationToken,
});
Expand Down

0 comments on commit e7a8f01

Please sign in to comment.