Skip to content

Commit

Permalink
Merge pull request #1351 from invoiceninja/ppcp-patches-for-url
Browse files Browse the repository at this point in the history
PPCP patches for url
  • Loading branch information
beganovich authored Nov 26, 2023
2 parents c694438 + 93a5da3 commit e98f221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function PayPalPPCP(props: Props) {
}).then((response) =>
window
.open(
route('http://ninja.test:8000/paypal?hash=:hash', {
route('https://invoicing.co/paypal?hash=:hash', {
hash: response.data.hash,
}),
'_blank'
Expand Down

0 comments on commit e98f221

Please sign in to comment.