Skip to content

Commit

Permalink
Merge pull request #1791 from edx/set-default-payment-mfe-false-in-sa…
Browse files Browse the repository at this point in the history
…ndbox

build: set payment-mfe default to false in sandbox config
  • Loading branch information
UsamaSadiq authored Nov 15, 2024
2 parents 19e7777 + 64ade31 commit 9a4e0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class CreateSandbox {
booleanParam("authn",true,"Enable Authn MFE")
stringParam("authn_version","master","The repository version of the frontend-app-authn")

booleanParam("payment",true,"Enable Payment MFE")
booleanParam("payment",false,"Enable Payment MFE")
stringParam("payment_version","master","The repository version of the frontend-app-payment")

booleanParam("learning",true,"Enable Learning MFE")
Expand Down

0 comments on commit 9a4e0b5

Please sign in to comment.