Payment method

Test report

  1. Payment method loop config

      exists as loop type woo_payment_method
      has property "name"
      has property "title"
      has property "category"
      has property "description"
      has property "query_args"
      has property "fields"

  2. Payment method loop type

      can create loop type woo_payment_method
      returns payment_methods from method get_items()
      returns a payment method

  3. Payment method loop item

      loop has next item
      loops every item
      loop can be reset
      has current item

  4. Payment method item fields

      Checking title
      Checking description
      Checking return_url

All 4 tests passed