ministryofjustice / justice-gov-uk

Justice UK website
https://www.justice.gov.uk/
MIT License
2 stars 0 forks source link

Bitcoin plugin reference in bootstrap.php #208

Open wilson1000 opened 3 months ago

wilson1000 commented 3 months ago

Hi @EarthlingDavey, I was browsing through our code just now and came across a PHP file in spec/ that references a Bitcoin Gateway for WooCommerce

Was this a mistake? I ask because it makes little sense in the file: https://github.com/ministryofjustice/justice-gov-uk/blob/main/spec/bootstrap.php#L3C23-L3C57

... it looks cool though 😄

EarthlingDavey commented 3 months ago

Really good spot! That's my mistake copying examples and not fully proof reading.

Would you have guessed that Bitcoin Gateway for WooCommerce is one of the best examples of WordPress testing. I guess it makes sense as crypto payments are quite high stakes.

Maybe a good reference to have if we're adding more tests later, but we can certainly remove/update this comment :)