Skip to content

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhutik authored Jun 25, 2018
2 parents 61aa2c2 + 753a221 commit 580091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var Testing = Environment{

// Production - instance of production environment
var Production = Environment{
apiURL: "https://%s-%s-pal-live.adyen.com/pal/servlet",
apiURL: "https://%s-%s-pal-live.adyenpayments.com/pal/servlet",
clientURL: "https://live.adyen.com/hpp/cse/js/",
hppURL: "https://live.adyen.com/hpp/",
checkoutURL: "https://%s-%s-checkout-live.adyen.com/services/PaymentSetupAndVerification",
Expand Down

0 comments on commit 580091d

Please sign in to comment.