Skip to content

Instantly share code, notes, and snippets.

@psealock
Created April 21, 2021 02:28
Show Gist options
  • Save psealock/25f97019f3fc719c1e1bbffa4f348c19 to your computer and use it in GitHub Desktop.
Save psealock/25f97019f3fc719c1e1bbffa4f348c19 to your computer and use it in GitHub Desktop.
[
{
"slug": "test-method",
"locales": [
{
"locale": "en_US",
"title": "Test Poll Sources",
"content": "I'm a remote payment method"
}
],
"is_visible": [
{
"type": "option",
"option_name": "woocommerce_currency",
"value": "USD",
"default": "USD",
"operation": "="
}
],
"is_configured": [
{
"type": "option",
"option_name": "my_payment_option",
"value": "false",
"default": "false",
"operation": "!="
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment