Skip to content

Commit

Permalink
fix: use correct host_uri variable
Browse files Browse the repository at this point in the history
  • Loading branch information
meetdave3 committed Sep 23, 2020
1 parent 5fd232b commit f185a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystallize-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function getPackageDefaults(host_uri: string): IDefaults {
terms: `${host_uri}/salgsbetingelser/`,
checkout: `${host_uri}/checkout`,
confirmation: `${host_uri}/confirmation/?orderId={checkout.order.id}`,
push: `${process.env.HOST_URI}/klarna/push/{checkout.order.id}`,
push: `${host_uri}/klarna/push/{checkout.order.id}`,
},
shipping_options: [
{
Expand Down

0 comments on commit f185a89

Please sign in to comment.